themes/hugo-coder/assets/scss/_pagination.scss
57f279c9c52a615d8b9b2b30d12a207396eaa0ce
· 379 B · 27 lines
raw
| 1 | .pagination { |
| 2 | margin-top: 6rem; |
| 3 | text-align: center; |
| 4 | font-family: $font-family; |
| 5 | |
| 6 | li { |
| 7 | display: inline; |
| 8 | text-align: center; |
| 9 | font-weight: 700; |
| 10 | |
| 11 | span { |
| 12 | margin: 0; |
| 13 | text-align: center; |
| 14 | width: 3.2rem; |
| 15 | } |
| 16 | |
| 17 | a { |
| 18 | font-weight: 300; |
| 19 | |
| 20 | span { |
| 21 | margin: 0; |
| 22 | text-align: center; |
| 23 | width: 3.2rem; |
| 24 | } |
| 25 | } |
| 26 | } |
| 27 | } |