summaryrefslogtreecommitdiff
path: root/lehed/rollid/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'lehed/rollid/styles.css')
-rw-r--r--lehed/rollid/styles.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/lehed/rollid/styles.css b/lehed/rollid/styles.css
index 2885825..e983f34 100644
--- a/lehed/rollid/styles.css
+++ b/lehed/rollid/styles.css
@@ -5,6 +5,7 @@
body{
font-family: 'Cormorant SC', serif !important;
+ max-width: 100% !important;
}
button{
@@ -24,3 +25,13 @@ video {
margin-left: 20px;
margin-bottom: 20px;
}
+
+
+
+@media screen and (max-width: 888px) {
+ video {
+ float: none;
+ width: 100%;
+ margin-left: 0px;
+ }
+}