diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-25 19:24:34 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-25 19:24:34 -0300 |
commit | 95746b151da25f80068d0fd70435b40906e53824 (patch) | |
tree | c445e27ef97cdffabff2e522c1c1a71c09a9c48f /assets | |
parent | 4edcba8dd16f8e6f9564a2743fe28b7bdfed9784 (diff) | |
download | hugo-bearcub-95746b151da25f80068d0fd70435b40906e53824.tar.gz hugo-bearcub-95746b151da25f80068d0fd70435b40906e53824.tar.bz2 |
Customize figure style
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index 0b600e6..0173a36 100644 --- a/assets/style.css +++ b/assets/style.css @@ -163,3 +163,15 @@ p.byline { .skip-link:focus { transform: translateY(0%); } + +figure { + margin-inline-start: 0em; + margin-inline-end: 0em; +} + +figcaption > p { + margin-block-start: 0px; + text-align: center; + font-style: italic; + color: #ccc; +} |