diff options
| author | Fuwn <[email protected]> | 2023-09-16 12:46:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-16 12:46:45 -0700 |
| commit | 1d9e2f16e3305b2fdf14f17a63bd2ba36b42fb5f (patch) | |
| tree | c060490ae52e19b2c5bd03f761809f049fcb9f8e | |
| parent | feat(html): remove weather (diff) | |
| download | startpage-1d9e2f16e3305b2fdf14f17a63bd2ba36b42fb5f.tar.xz startpage-1d9e2f16e3305b2fdf14f17a63bd2ba36b42fb5f.zip | |
fix(css): adjust spacing
| -rw-r--r-- | css/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/index.css b/css/index.css index 9f0690e..8ad7830 100644 --- a/css/index.css +++ b/css/index.css @@ -31,7 +31,7 @@ body { .waifu { position: absolute; right: 57.75%; - height: 416px; + height: 386px; border: 1px solid var(--color1); } @@ -61,7 +61,7 @@ img { border-bottom: 1px solid var(--color1); padding-bottom: 5px; margin-bottom: 5px; /* 10 */ - margin-top: 5px; + margin-top: 35px; } a { |