21 lines
264 B
CSS
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;
|
|
}
|