7 lines
83 B
CSS
7 lines
83 B
CSS
|
/**
|
||
|
* Add spacing to bottom of pages
|
||
|
*/
|
||
|
.page-content {
|
||
|
margin-bottom: 80px;
|
||
|
}
|