saint-chamond: introduce .column instead #left & #right (#48515)

This commit is contained in:
Thomas Jund 2020-11-10 12:19:34 +01:00
parent 7525712e6a
commit 34cc82526f
1 changed files with 2 additions and 2 deletions

View File

@ -77,14 +77,14 @@ nav ul {
}
}
#left {
.column:first-child {
width: calc(100% - 250px);
@media screen and (max-width: $nav-mobile-limit) {
width: auto;
}
}
#right {
.column:last-child {
width: 250px;
@media screen and (max-width: $nav-mobile-limit) {
clear: both;