summaryrefslogtreecommitdiff
path: root/Pages/Gallery.razor.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-02 11:18:45 +1000
committerJake Mannens <jake@asger.xyz>2025-08-20 00:48:44 +1000
commit259fb4f401c58033c3afdce0fa5571d46a5577b2 (patch)
tree4e1ab37d5993fee06c7ba7c7e288e51ce4769786 /Pages/Gallery.razor.css
parentb286a0b0f1fcdb511d2dbb8886039cfb0182c89b (diff)
Improved page layouts
Diffstat (limited to 'Pages/Gallery.razor.css')
-rw-r--r--Pages/Gallery.razor.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/Pages/Gallery.razor.css b/Pages/Gallery.razor.css
index d1750b4..10be475 100644
--- a/Pages/Gallery.razor.css
+++ b/Pages/Gallery.razor.css
@@ -1,4 +1,9 @@
-img {
+div#gallery {
+ box-sizing: border-box;
+ padding: var(--size-default-gap);
+}
+
+img {
margin-right: 5px;
max-height: 200px;
}