aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 10:37:14 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 10:37:14 +0800
commitdcdde40e2df788da858451ef0e393dbde0d67f37 (patch)
treef8d33ba069326c86f4adf4869454d04a30bfd160 /static/style.css
parentstyle.css: Increase max-width (diff)
downloadforge-dcdde40e2df788da858451ef0e393dbde0d67f37.tar.gz
forge-dcdde40e2df788da858451ef0e393dbde0d67f37.tar.zst
forge-dcdde40e2df788da858451ef0e393dbde0d67f37.zip
style.css: Padding in px, not rem
Diffstat (limited to '')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 2c90cd7..46558f6 100644
--- a/static/style.css
+++ b/static/style.css
@@ -16,7 +16,7 @@ footer {
margin-left: auto;
margin-right: auto;
display: block;
- padding: 0 1rem;
+ padding: 0 5px;
width: fit-content;
text-align: center;
color: var(--light-text-color);
@@ -27,7 +27,7 @@ footer a:link, footer a:visited {
.padding-wrapper {
margin: 1rem auto;
max-width: 60rem;
- padding: 0 1rem;
+ padding: 0 5px;
}
.padding-wrapper > * {
width: 100%;