From 1d9e2f16e3305b2fdf14f17a63bd2ba36b42fb5f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 16 Sep 2023 12:46:45 -0700 Subject: fix(css): adjust spacing --- css/index.css | 4 ++-- 1 file 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 { -- cgit v1.2.3