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
@@ -0,0 +1,22 @@
.__ressources{
h4{
text-transform: uppercase;
margin: 1rem 0;
font-family: 'dukefill';
font-size: 2rem;
letter-spacing: $letter_spacingH;
color: $color2
}
& > section{
&> div{
@media screen and (min-width: 768px) {
margin: 0 calc(0rem - #{$gutter})!important;
}
}
}
section{
.row{
padding: 0rem 0rem 2rem 0rem;
}
}
}