Major website overhaul
This commit is contained in:
19
etc/ghost/themes/casper/assets/scss/components/_pagination.scss
Executable file
19
etc/ghost/themes/casper/assets/scss/components/_pagination.scss
Executable file
@@ -0,0 +1,19 @@
|
||||
.pagination {
|
||||
margin: 0 0 2.5rem;
|
||||
}
|
||||
|
||||
.posts {
|
||||
|
||||
&.index {
|
||||
font-size: .8rem;
|
||||
color: $gray-dark;
|
||||
}
|
||||
|
||||
&.newer {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
&.older {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user