www.duckland.org/themes/minimage/source/sass/object/component/_pager.scss
2023-02-07 22:52:35 -06:00

23 lines
306 B
SCSS

.c-pager {
margin-top: 40px !important;
&__list {
@extend %clearfix;
list-style-type: none;
padding-left: 0;
margin: 0;
&__item {
width: 49%;
&--prev {
float: left;
}
&--next {
float: right;
text-align: right;
}
}
}
}