summaryrefslogtreecommitdiff
path: root/lehed
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2023-01-10 15:55:53 +0200
committerRasmus Luha <rasmus.luha@gmail.com>2023-01-10 15:55:53 +0200
commite5070eb88e0cb127df14f1c53e4962d3919e76de (patch)
tree436ecdf99a3749791b2c94816d074d326e189c49 /lehed
parent306d47eab4580856134ea3e4c4d46ba803dfd8d7 (diff)
add Avatar to modals
Diffstat (limited to 'lehed')
-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;
+ }
+}