diff options
| author | Fuwn <[email protected]> | 2023-09-12 19:51:41 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-12 19:51:41 -0700 |
| commit | 30089be936259ba9a4481ab276b6c06e768e53e4 (patch) | |
| tree | 3c7a33b72527bbd6ec17372e308636f5a33d0f00 | |
| parent | feat(html): manga section (diff) | |
| download | startpage-30089be936259ba9a4481ab276b6c06e768e53e4.tar.xz startpage-30089be936259ba9a4481ab276b6c06e768e53e4.zip | |
fix(css): match image hight
| -rw-r--r-- | css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/index.css b/css/index.css index fd82cdd..2c72ef7 100644 --- a/css/index.css +++ b/css/index.css @@ -22,7 +22,7 @@ body { .content { flex: 0 1 auto; border: 1px solid var(--color1); - padding: 71.5px; + padding: 45.5px; } @media screen and (max-width: 957px) { |