alpes-maritimes-2018: introduce .column instead #left & #right (#48515)

This commit is contained in:
Thomas Jund 2020-11-09 17:16:28 +01:00
parent 34841965d3
commit 94f810dffa
1 changed files with 6 additions and 3 deletions

View File

@ -699,12 +699,15 @@ div#footer {
}
}
#left, #right {
.column {
width: 48%;
@media screen and ($max-mobile-viewport) {
width: auto;
}
}
.column:last-child {
float: right;
}
div.gru-content div.cell {
padding-top: 2ex;
@ -753,7 +756,7 @@ h2 + h2 {
}
}
}
div#left, div#right {
.column {
width: 40%;
margin-left: 4em;
@media screen and ($max-mobile-viewport) {
@ -761,7 +764,7 @@ h2 + h2 {
margin: 0;
}
}
div#left h2:first-child {
div.column:first-child h2:first-child {
@include trapesoid($border-color: $secondary-color, $background-color: $ternary-color);
}
div.block, div.a2-block {