diff options
| author | ilotterytea <iltsu@alright.party> | 2025-01-29 00:19:20 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-01-29 00:19:20 +0500 |
| commit | 12c1bfa77a9ada9eafc5e24dc0863158d5b861e1 (patch) | |
| tree | cf3a5dbdafe08a9d871d7bcf31eb10e16cba6a19 | |
| parent | 624cd696d5c609d3408b0cfadd923e5ce83fc593 (diff) | |
| -rw-r--r-- | html/webapp/styles.css | 6 |
1 files 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%; } |
