diff options
Diffstat (limited to 'acarp.css')
| -rw-r--r-- | acarp.css | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -310,6 +310,16 @@ section p > img:only-child { margin: 0 auto; } +/* Citation utility - bottom left corner */ +.cite { + position: absolute; + bottom: 30px; + left: var(--padding); + font-size: 0.7em; + color: #888888; + opacity: 0.9; +} + /* ============================================================================ LAYOUT: title @@ -377,7 +387,7 @@ section.layout-2col { grid-template-areas: "title title" "left right" - "footer footer"; + "buffer buffer"; gap: 2em; padding: 0; height: 100%; |
