From d145779ed027485ae833ba8f6c36809fbf9316df Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Sun, 9 Jul 2023 02:15:50 +0000 Subject: [PATCH] further css tweaks --- pub/style/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pub/style/style.css b/pub/style/style.css index a992f70..8d85e72 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -360,13 +360,17 @@ img + em { } /* Set image-frontpage-center size across devices */ -@media screen and (max-width: 700px) { +@media screen and (max-width: 1000px) { + body { + display: block; + font-size: 40px; + } .img-frontpage-center { width: 60%; /* 700px * 0.6 = 420px */ } } -@media screen and (min-width: 700px) and (max-width: 1500px) { +@media screen and (min-width: 1000px) and (max-width: 1500px) { .img-frontpage-center { width: 420px } @@ -378,12 +382,10 @@ img + em { } } - /* General media stuff */ @media screen and (max-width: 1500px) { body { display: block; - font-size: 40px; } .hidden-mobile { display: none;