summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-09-16 12:58:37 +0600
committerunwox <me@unwox.com>2025-09-16 12:58:37 +0600
commit1df376b3b7b1e77de2730fa93f499083116baf4f (patch)
tree2a70bfb74b7a5fcca34aa67bfb6f86e7278ef164 /static
parente6f38c4e2bdaa8bc5a5a9f5dbf808325f5f45d74 (diff)
small style improvements
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index edc7bb7..ccdd08d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -523,7 +523,7 @@ p {
@media screen and (max-width: 50rem) {
body {
- margin: 1rem 1rem 1.5rem;
+ margin: 1rem;
}
.side {
@@ -537,7 +537,7 @@ p {
.gallery {
display: flex;
flex-direction: column;
- gap: 1.5rem;
+ gap: 1rem;
max-width: 100%;
}