aboutsummaryrefslogtreecommitdiff
path: root/_sass/minima/custom-styles.scss
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-06-05 11:05:15 -0400
committerBradley Taunt <bt@btxx.org>2024-06-05 11:05:15 -0400
commitc430a8b3880b3c303c9254b964671151a4617376 (patch)
treedf9dacd08bcc93a3db9fc131db90f5f9ff798645 /_sass/minima/custom-styles.scss
parente85eb98480d0c7af950859e95819901a20923fe7 (diff)
Further tweaks, improvements, content changes
Diffstat (limited to '_sass/minima/custom-styles.scss')
-rw-r--r--_sass/minima/custom-styles.scss7
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%;
}