summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-12 19:51:41 -0700
committerFuwn <[email protected]>2023-09-12 19:51:41 -0700
commit30089be936259ba9a4481ab276b6c06e768e53e4 (patch)
tree3c7a33b72527bbd6ec17372e308636f5a33d0f00
parentfeat(html): manga section (diff)
downloadstartpage-30089be936259ba9a4481ab276b6c06e768e53e4.tar.xz
startpage-30089be936259ba9a4481ab276b6c06e768e53e4.zip
fix(css): match image hight
-rw-r--r--css/index.css2
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) {