diff options
| author | Fuwn <[email protected]> | 2023-11-19 04:03:43 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-19 04:03:43 -0800 |
| commit | 6f3fb22e3fd69a071a0f746f9bd2f87e3fdeb61e (patch) | |
| tree | 797f039caca158739bcaacf427ea5dcc46f29142 /src | |
| parent | fix(index): remove image reference (diff) | |
| download | frontend-next-6f3fb22e3fd69a071a0f746f9bd2f87e3fdeb61e.tar.xz frontend-next-6f3fb22e3fd69a071a0f746f9bd2f87e3fdeb61e.zip | |
feat(css): update sizing
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.css | 4 |
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 { |