hexo-theme-keep/source/css/layout/_partial/paginator.styl

14 lines
122 B
Stylus

.paginator {
font-size: 1rem;
margin-top: 30px;
a.prev {
float: left;
}
a.next {
float: right;
}
}