Initial Commit
This commit is contained in:
27
themes/hugo-coder/assets/scss/_pagination.scss
Normal file
27
themes/hugo-coder/assets/scss/_pagination.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
.pagination {
|
||||
margin-top: 6rem;
|
||||
text-align: center;
|
||||
font-family: $font-family;
|
||||
|
||||
li {
|
||||
display: inline;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
|
||||
span {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
width: 3.2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: 300;
|
||||
|
||||
span {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
width: 3.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user