From e5070eb88e0cb127df14f1c53e4962d3919e76de Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Tue, 10 Jan 2023 15:55:53 +0200 Subject: add Avatar to modals --- lehed/rollid/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lehed/rollid') 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; + } +} -- cgit v1.2.3