summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-20 17:25:49 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-20 17:25:49 -0500
commitabb6f4594f411e0a6bf959f2d0c36f4f527adc69 (patch)
treea24150adccab53a0a4f09909fbfa581650551e96 /style.css
parentdd985da30853cc2109ee7995a18192d6f4717bde (diff)
downloadresume-abb6f4594f411e0a6bf959f2d0c36f4f527adc69.zip
add location and website to header
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/style.css b/style.css
index d54affa..1d78088 100644
--- a/style.css
+++ b/style.css
@@ -38,12 +38,21 @@ body {
}
header {
- margin-bottom: 1em;
+ display: flex;
+ justify-content: space-between;
+ margin-bottom: 2em;
+}
+
+header>div:first-child, header>div:last-child {
+ flex: 1;
+}
+
+header>div:last-child {
+ text-align: right;
}
header p {
- margin: 0 auto;
- text-align: center;
+ margin: 0;
}
.section {
@@ -55,8 +64,6 @@ header p {
}
p {
- text-align: left;
- text-justify: inter-word;
margin-bottom: .5em;
}
@@ -66,10 +73,10 @@ a {
}
.title {
- font-size: 1.6em;
+ font-size: 1.7em;
text-align: center;
text-transform: capitalize;
- margin-top: .6em;
+ margin: 0;
}
h1 {