30 lines
394 B
CSS
30 lines
394 B
CSS
|
/*
|
||
|
* DO NOT EDIT THIS FILE.
|
||
|
* See the following change record for more information,
|
||
|
* https://www.drupal.org/node/3084859
|
||
|
* @preserve
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* @file
|
||
|
* Provides default layout styles for all layout sections.
|
||
|
*/
|
||
|
|
||
|
.layout {
|
||
|
margin-bottom: 18px
|
||
|
}
|
||
|
|
||
|
@media (min-width: 700px) {
|
||
|
|
||
|
.layout {
|
||
|
margin-bottom: 36px
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media (min-width: 1000px) {
|
||
|
|
||
|
.layout {
|
||
|
margin-bottom: 54px
|
||
|
}
|
||
|
}
|