diff options
Diffstat (limited to 'global/main.css')
| -rw-r--r-- | global/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/global/main.css b/global/main.css index a533e1f..345641c 100644 --- a/global/main.css +++ b/global/main.css @@ -352,6 +352,14 @@ tr + tr > td { margin-top: 0; } +/* prev/next navigation at the bottom of post pages */ +.post-nav { + display: flex; + justify-content: space-between; + margin-top: calc(2 * var(--elem-spacing)); + font: var(--shell-font); +} + figure { margin: 1em 0; text-align: center; |
