diff options
| author | Fuwn <[email protected]> | 2023-09-12 05:31:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-12 05:31:55 -0700 |
| commit | b8059a9a7b8b7b2119a584e0f577347f69bf0914 (patch) | |
| tree | 5fff5f97af3f465d2674cccb39b851eccc15e835 | |
| parent | feat: jp text (diff) | |
| download | startpage-b8059a9a7b8b7b2119a584e0f577347f69bf0914.tar.xz startpage-b8059a9a7b8b7b2119a584e0f577347f69bf0914.zip | |
fix(css): border size
| -rw-r--r-- | index.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ body { color: var(--foreground); padding: 0; margin: 0; + font-size: 1vw; } .wrapper { @@ -21,7 +22,7 @@ body { .content { flex: 0 1 auto; border: 1px solid var(--color1); - padding: 100px; + padding: 71.5px; } @media screen and (max-width: 957px) { |