summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index f7651bdd3..58faae36a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -2714,13 +2714,18 @@ ul {
/* Make embedded video containers look better with responsive design */
.video-container {
position: relative;
- padding-bottom: 90%;
- padding-top: 25px;
height: 0;
overflow: hidden;
margin-bottom: 20px;
}
-
+.video-square {
+ padding-top: 25px;
+ padding-bottom: 90%;
+}
+.video-16x9 {
+ padding-top: 25px;
+ padding-bottom: 60%;
+}
.video-container iframe,
.video-container object,
.video-container embed {