Files
Popsu-coloque/web/themes/contrib/mediteran/css/layout/layout.css
T
2020-06-08 23:57:36 +02:00

21 lines
264 B
CSS

/**
* Add spacing to bottom of pages
*/
.page-content {
margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
.page-content {
margin-bottom: 100px;
}
}
/**
* Add color to layout icons.
*/
.layout-icon__region {
fill: #f5f5f2;
stroke: #666;
}