summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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%;
}