summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-12 14:12:51 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-12 14:12:51 -0500
commit0990c6989b2627af8683b73ec0fe362350af9f0b (patch)
treea1a27c235e45e40f21d3fea8f65c9ffbd6068bbf
parent4846a4d2aaa3db8407320e5c92c8972a01e3e25a (diff)
downloadresume-0990c6989b2627af8683b73ec0fe362350af9f0b.zip
alignment and spacing
-rw-r--r--resume.html2
-rw-r--r--style.css6
2 files changed, 4 insertions, 4 deletions
diff --git a/resume.html b/resume.html
index 6c5dbed..3449e9e 100644
--- a/resume.html
+++ b/resume.html
@@ -77,7 +77,7 @@
<h2><a href="https://git.samanthony.xyz/volute/">Volute</a></h2>
<p>
Graphical turbocharger selection program.
- Written in C using microui.
+ Written in C using <a href="https://github.com/rxi/microui">microui</a>.
</p>
</div>
</div>
diff --git a/style.css b/style.css
index 959dc4a..a5f29b7 100644
--- a/style.css
+++ b/style.css
@@ -26,7 +26,7 @@ body {
/* Body text spacing */
body {
- line-height: 1.35em;
+ line-height: 1.4em;
}
header {
@@ -47,9 +47,9 @@ header p {
}
p {
- text-align: justify;
+ text-align: left;
text-justify: inter-word;
- margin-bottom: .4em;
+ margin-bottom: .5em;
}
a {