summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-29 00:19:20 +0500
committerilotterytea <iltsu@alright.party>2025-01-29 00:19:20 +0500
commit12c1bfa77a9ada9eafc5e24dc0863158d5b861e1 (patch)
treecf3a5dbdafe08a9d871d7bcf31eb10e16cba6a19
parent624cd696d5c609d3408b0cfadd923e5ce83fc593 (diff)
upd: changed the gap + width of screenshots + min width for portrait modeHEADmaster
-rw-r--r--html/webapp/styles.css6
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%;
}