From 12c1bfa77a9ada9eafc5e24dc0863158d5b861e1 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 29 Jan 2025 00:19:20 +0500 Subject: upd: changed the gap + width of screenshots + min width for portrait mode --- html/webapp/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/webapp/styles.css b/html/webapp/styles.css index 6e30ddc..b09adb0 100644 --- a/html/webapp/styles.css +++ b/html/webapp/styles.css @@ -92,7 +92,7 @@ a:hover { margin-top: 64px; - gap: 64px; + gap: 128px; } .description h1 { @@ -114,7 +114,7 @@ a:hover { } .screenshots img { - width: 256px; + width: 100%; } /** Download */ @@ -169,7 +169,7 @@ a:hover { } /** Media screen */ -@media only screen and (min-width: 700px) { +@media only screen and (min-width: 1000px) { .wrapper { width: 50%; } -- cgit v1.2.3