aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-04-02 02:26:30 -0400
committerThedro Neely <thedroneely@gmail.com>2022-04-02 03:19:05 -0400
commit53733f7d389f84174b6c4294a24d3ab70b852d5d (patch)
treef44c93c76c07abd79adae976e8467c6b37eebd59 /public
parentea95b7b32f0bb9870428f377522a4523031a9692 (diff)
downloadthedroneely.com-53733f7d389f84174b6c4294a24d3ab70b852d5d.tar.gz
thedroneely.com-53733f7d389f84174b6c4294a24d3ab70b852d5d.tar.bz2
thedroneely.com-53733f7d389f84174b6c4294a24d3ab70b852d5d.zip
generators/hugo/layouts/shortcodes/video: Set defaults
Use figcaption.
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css15
1 files changed, 3 insertions, 12 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index bd7dabe..acd5754 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1926,20 +1926,11 @@ figure div {
height: 0;
}
-figcaption code {
- font-size: 1em;
-}
-
figcaption,
-video ~ footer,
-video ~ footer code {
- font-size: 0.9rem;
-}
-
-figcaption,
-video ~ footer {
- margin-top: 1.5em;
+figcaption code {
+ font-size: 0.95em;
margin-bottom: 1em;
+ margin-top: 1.5em;
text-align: center;
}