From 0d8832ea917007074da3a002585ea58a51e206d0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Feb 2021 10:42:19 +0100 Subject: [PATCH] hopefully last cs tweaks --- themes/default/static/css/main.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index 75be08c..fb7b547 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -250,7 +250,7 @@ p { /* MOBILE */ -@media (max-width:812px) { +@media (max-width:767px) { nav#menu { width: auto; text-align: auto; @@ -289,11 +289,17 @@ p { margin: 1.5em; } + img, + video{ + width: calc(100% + 3em); + margin: 2em 0 2em -1.5em; + } + } /* TABLET */ -@media (min-width:813px and max-width:1024px) { +@media (min-width:768px and max-width:1024px) { nav#menu { width: auto; text-align: auto;