commit 8a5d13e290441e1b595a03fd825c0f7be49fa1a5
parent 29c9d3dd441215d9978a3e53ee4ce07e594a1aed
Author: massi <git@massi.world>
Date: Thu, 6 Mar 2025 14:27:47 -0800
style tweaks, mostly for mobile
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/site/style.templ.css b/site/style.templ.css
@@ -37,10 +37,11 @@ html {
body {
box-sizing: border-box;
- line-height: 1.7;
+ line-height: 1.6;
margin: 0px auto;
max-width: 40rem;
min-height: 100vh;
+ min-height: 100dvh;
padding: 0.75rem 0.75rem 10rem 0.75rem;
position: relative;
}
@@ -76,8 +77,6 @@ h4 > a {
color: inherit;
text-decoration: none;
position: relative;
- left: -1.2rem;
- padding-left: 1.2rem;
}
#svg-arrow {
@@ -170,6 +169,9 @@ ul > li {
html {
font-size: 18px;
}
+ header {
+ padding-bottom: 2rem;
+ }
.color-synth .samples {
flex-wrap: wrap;
}