summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-20 19:22:53 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-20 19:22:53 -0500
commit6f61b9890e7a8978f7fac74200f26b9e05f79461 (patch)
tree277d4e2eb83ab15422e9235ee2d91b44ba5bfd03 /style.css
parent8774c262d7bffde4d0366ef923553121a5d2e15f (diff)
downloadresume-6f61b9890e7a8978f7fac74200f26b9e05f79461.zip
increase header margin
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/style.css b/style.css
index 877aeb4..974331e 100644
--- a/style.css
+++ b/style.css
@@ -22,7 +22,7 @@ body {
background: #fff;
width: var(--linewid);
margin: 0 auto;
- padding: .3in .5em;
+ padding: .35in .5em;
}
/* Typeface */
@@ -30,16 +30,12 @@ body {
font-size: 12pt;
font-family: 'IBM Plex Serif', sans-serif;
font-weight: var(--regular-weight);
+ line-height: 1.35em;
font-kerning: normal;
text-rendering: optimizeLegibility;
color: #000;
}
-/* Body text spacing */
-body {
- line-height: 1.35em;
-}
-
header {
display: flex;
justify-content: space-between;