mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-04 00:40:55 +00:00
8 lines
84 B
SCSS
8 lines
84 B
SCSS
|
/*
|
||
|
Pagination
|
||
|
*/
|
||
|
|
||
|
.pagination {
|
||
|
@include span-columns(12);
|
||
|
margin: em(20) 0;
|
||
|
}
|