forked from mirrors/hugo-tufte
Change to 1.5em
This commit is contained in:
parent
5512d8920c
commit
7ef6e07481
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ table.lntable {
|
||||||
// Styling for the page numbers/ buttons on the bottom of the home page
|
// Styling for the page numbers/ buttons on the bottom of the home page
|
||||||
|
|
||||||
.previous-page, .next-page, .pagination-indicator {
|
.previous-page, .next-page, .pagination-indicator {
|
||||||
font-size: 1em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
|
|
Loading…
Reference in a new issue