aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-11-19 04:03:43 -0800
committerFuwn <[email protected]>2023-11-19 04:03:43 -0800
commit6f3fb22e3fd69a071a0f746f9bd2f87e3fdeb61e (patch)
tree797f039caca158739bcaacf427ea5dcc46f29142 /src
parentfix(index): remove image reference (diff)
downloadfrontend-next-6f3fb22e3fd69a071a0f746f9bd2f87e3fdeb61e.tar.xz
frontend-next-6f3fb22e3fd69a071a0f746f9bd2f87e3fdeb61e.zip
feat(css): update sizing
Diffstat (limited to 'src')
-rw-r--r--src/app.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.css b/src/app.css
index b1b0ee8..09ce467 100644
--- a/src/app.css
+++ b/src/app.css
@@ -28,7 +28,7 @@ html {
}
body {
- max-width: 58em;
+ max-width: 65.5%;
}
img {
@@ -51,7 +51,7 @@ img {
#image-rack-item {
display: inline;
- padding: 10px;
+ padding: 0.75%;
}
#image-rack-item a:hover {