summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-12 05:31:55 -0700
committerFuwn <[email protected]>2023-09-12 05:31:55 -0700
commitb8059a9a7b8b7b2119a584e0f577347f69bf0914 (patch)
tree5fff5f97af3f465d2674cccb39b851eccc15e835
parentfeat: jp text (diff)
downloadstartpage-b8059a9a7b8b7b2119a584e0f577347f69bf0914.tar.xz
startpage-b8059a9a7b8b7b2119a584e0f577347f69bf0914.zip
fix(css): border size
-rw-r--r--index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.css b/index.css
index 9034878..081900c 100644
--- a/index.css
+++ b/index.css
@@ -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) {