summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-16 12:46:45 -0700
committerFuwn <[email protected]>2023-09-16 12:46:45 -0700
commit1d9e2f16e3305b2fdf14f17a63bd2ba36b42fb5f (patch)
treec060490ae52e19b2c5bd03f761809f049fcb9f8e
parentfeat(html): remove weather (diff)
downloadstartpage-1d9e2f16e3305b2fdf14f17a63bd2ba36b42fb5f.tar.xz
startpage-1d9e2f16e3305b2fdf14f17a63bd2ba36b42fb5f.zip
fix(css): adjust spacing
-rw-r--r--css/index.css4
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 {