diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-27 17:51:29 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-27 17:51:29 -0300 |
commit | 20cbc4a5ae79efe1d442a37cc4fccfb498e433f3 (patch) | |
tree | ff4a244f50350ab1777b21ea41738fb692770897 | |
parent | 7bee3815bdd3bf5298c18097967b122c45d0de7d (diff) | |
parent | 95746b151da25f80068d0fd70435b40906e53824 (diff) | |
download | hugo-bearcub-20cbc4a5ae79efe1d442a37cc4fccfb498e433f3.tar.gz hugo-bearcub-20cbc4a5ae79efe1d442a37cc4fccfb498e433f3.tar.bz2 |
Merge remote-tracking branch 'origin/main' into style/herman
-rw-r--r-- | assets/herman.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/herman.css b/assets/herman.css index ce5ae41..f2573c3 100644 --- a/assets/herman.css +++ b/assets/herman.css @@ -189,3 +189,14 @@ td { .skip-link:focus { transform: translateY(0%); } + +figure { + margin-inline-start: 0em; + margin-inline-end: 0em; +} + +figcaption > p { + margin-block-start: 9px; + text-align: center; + font-style: italic; +} |