responsive

This commit is contained in:
2020-07-27 23:03:25 +02:00
parent 34741c345d
commit f7a6562f51
47 changed files with 1056 additions and 946 deletions
@@ -67,7 +67,7 @@ header{
}
}
#block-mainnavigation{
max-width: max-content;
// max-width: max-content;
width: max-content;
.burger{
padding-top: 0.25rem;
@@ -182,3 +182,21 @@ header.front{
display: none;
}
}
#block-mainnavigation{
ul{
li{
font-size: 0.8rem;
a{
color: black;
font-family: 'truenoregular';
&:hover{
color: black;
text-decoration: none;
font-weight: bold;
}
}
}
}
}
@@ -1,10 +1,10 @@
#block-popsu-colloque-submenu{
margin: 1rem auto;
ul{
display: flex;
padding: 0;
margin: 0;
li{
// margin-right: 1rem;
width: 100%;
text-align: center;
@media screen and (min-width: 576px) {
@@ -20,6 +20,10 @@
color: $color2;
background: white;
transition: color 0.3s ease, background 0.3s ease;
font-size: 1.7rem;
font-family: 'dukefill';
letter-spacing: 0.05rem;
text-transform: uppercase;
@media screen and (min-width: 576px) {
// padding: 1rem 1rem;
}