aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-31 17:16:13 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-31 17:16:13 -0400
commitf9bc50fe83926c2c94f6ef4aa246f1e6ce4d78e2 (patch)
tree949f414a654832e295cfc7525e648dc335f86af7 /public
parentfc8547fa5500c4374f663030a24e021119ea7363 (diff)
downloadthedroneely.com-f9bc50fe83926c2c94f6ef4aa246f1e6ce4d78e2.tar.gz
thedroneely.com-f9bc50fe83926c2c94f6ef4aa246f1e6ce4d78e2.tar.bz2
thedroneely.com-f9bc50fe83926c2c94f6ef4aa246f1e6ce4d78e2.zip
generators/hugo/layouts/shortcodes/video: Remove some classes
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index fb1017c..bd7dabe 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1931,15 +1931,21 @@ figcaption code {
}
figcaption,
-.video footer,
-.video footer code {
+video ~ footer,
+video ~ footer code {
font-size: 0.9rem;
}
figcaption,
-.video footer {
+video ~ footer {
margin-top: 1.5em;
margin-bottom: 1em;
+ text-align: center;
+}
+
+video-container {
+ display: block;
+ text-align: center;
}
/*