Files
cwsvJudo/homepage/participo/css/participo.css
2021-12-13 05:23:20 +01:00

12 lines
211 B
CSS

/*
on large screens add a padding on the left for the fixed sidnav
*/
header, main, footer {
padding-left: 300px;
}
@media only screen and (max-width : 992px) {
header, main, footer {
padding-left: 0;
}
}