summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-20 19:35:26 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-20 19:35:26 -0500
commit119de996ed371c56986622c4a6905be3ba3683ae (patch)
tree0abf952e919be25f0d38d28f7a2179313a391e2e /style.css
parent6f61b9890e7a8978f7fac74200f26b9e05f79461 (diff)
downloadresume-119de996ed371c56986622c4a6905be3ba3683ae.zip
spacing
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/style.css b/style.css
index 974331e..f36db38 100644
--- a/style.css
+++ b/style.css
@@ -50,11 +50,7 @@ header>div:last-child {
text-align: right;
}
-header p {
- margin: 0;
-}
-
-p {
+main p {
margin-bottom: var(--parspace);
}
@@ -74,12 +70,12 @@ h1 {
font-weight: var(--medium-weight);
font-size: 1.1em;
letter-spacing: .07em;
- margin-bottom: .4em;
+ margin-bottom: .2em;
}
h2 {
margin-top: .5em;
- margin-bottom: .2em;
+ margin-bottom: .15em;
}
h3 {
@@ -107,7 +103,7 @@ ul {
li {
padding-left: 1.5em;
position: relative;
- margin-bottom: .15em;
+ margin-bottom: .2em;
}
li::before {