diff options
| -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%; } |
