diff options
| author | Fuwn <[email protected]> | 2023-11-19 04:03:43 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-19 04:03:43 +0000 |
| commit | dde6fc7f4759e61ddd8e0cbd6898ee6467b18f6a (patch) | |
| tree | 797f039caca158739bcaacf427ea5dcc46f29142 /src | |
| parent | fix(index): remove image reference (diff) | |
| download | archived-frontend-next-dde6fc7f4759e61ddd8e0cbd6898ee6467b18f6a.tar.xz archived-frontend-next-dde6fc7f4759e61ddd8e0cbd6898ee6467b18f6a.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 { |