summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-12 16:09:56 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-12 16:09:56 -0500
commit3d0de1cf6b07fb91891f1a9f53c14542064ab26a (patch)
tree8672b85e3eb8d0ac829988d5b824fd109829723c /style.css
parent1088d89a49150372fa2ca78db1f655969055c257 (diff)
downloadresume-3d0de1cf6b07fb91891f1a9f53c14542064ab26a.zip
update gpahtmlcoop
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index d8b25be..9e02ce4 100644
--- a/style.css
+++ b/style.css
@@ -12,7 +12,8 @@
body {
width: var(--linewid);
- margin: .25in auto;
+ margin: 0 auto;
+ padding-top: .25in;
}
/* Typeface */
@@ -61,6 +62,7 @@ a {
font-size: 1.6em;
text-align: center;
text-transform: capitalize;
+ margin-top: .6em;
}
h1 {