commit d145779ed027485ae833ba8f6c36809fbf9316df parent 0a5c23079d241cf71e85a092e9252f38bcd5df7f Author: Nuno Sempere <nuno.semperelh@protonmail.com> Date: Sun, 9 Jul 2023 02:15:50 +0000 further css tweaks Diffstat:
| M | pub/style/style.css | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git 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;