mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-05 17:31:20 +00:00
8 lines
82 B
SCSS
8 lines
82 B
SCSS
|
/*
|
||
|
Pagination
|
||
|
*/
|
||
|
|
||
|
.pagination {
|
||
|
@include span-columns(12);
|
||
|
margin: 10px 0;
|
||
|
}
|