This commit is contained in:
armansansd 2021-10-18 11:54:49 +02:00
parent 664eb87d8f
commit ac88f528c0
3 changed files with 14 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
}
.main_logo{
margin: 0 !important;
margin: 1.5rem 0 1.5rem 0 !important;
}
}
//hide logo in header

View File

@ -72,14 +72,21 @@
}
///
.field_programme{
display: inline-block;
// background: gray;
display: flex;
flex-wrap: wrap;
margin-bottom: 1rem;
a{
text-decoration: none;
}
div{
display: inline-block;
color: white;
font-weight: 600;
padding: .3rem .5rem;
a{
text-decoration: none;
background-color: red;
margin-right: .5rem;
margin-bottom: .5rem;
}
}