made .box look better on newer themes; updated readme.md to add new themes; modularized blog sass some
This commit is contained in:
parent
c59659ca1d
commit
800363c6ab
15 changed files with 143 additions and 123 deletions
8
sass/_blog/_pagination.scss
Normal file
8
sass/_blog/_pagination.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
.paginator-container {
|
||||
padding: 2rem 0;
|
||||
|
||||
.pagination-previous,
|
||||
.pagination-next {
|
||||
flex-grow: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue