diff options
author | Bradley Taunt <bt@btxx.org> | 2024-06-05 11:05:15 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-06-05 11:05:15 -0400 |
commit | c430a8b3880b3c303c9254b964671151a4617376 (patch) | |
tree | df9dacd08bcc93a3db9fc131db90f5f9ff798645 /_sass | |
parent | e85eb98480d0c7af950859e95819901a20923fe7 (diff) |
Further tweaks, improvements, content changes
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/minima/custom-styles.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss index 044b842..96a5cdb 100644 --- a/_sass/minima/custom-styles.scss +++ b/_sass/minima/custom-styles.scss @@ -15,6 +15,13 @@ } } } +a { + &.prev { float: left; } + &.next { float: right; } + &.prev,&.next { + margin-top: 10px; + } +} .footnotes { font-size: 90%; } |