commit 8debcba97bc3e80b51b01caf91b64c12c5b0a7dc
parent 73d0b02d1fd2505184babb578d84f1f7b0c42fa2
Author: William Lindholm <william_lindholm@outlook.com>
Date: Mon, 21 Sep 2026 20:50:01 +0200
Fixed styling
Diffstat:
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/compose.yml b/compose.yml
@@ -21,7 +21,7 @@ services:
- action: sync+restart
path: ./cv/main.py
target: /app/main.py
- - action: sync
+ - action: sync+restart
path: ./cv/index.html
target: /app/index.html
- action: sync
diff --git a/cv/index.html b/cv/index.html
@@ -111,7 +111,7 @@
<h2 id="contact">Contact and external links</h2>
<address>
<p>Email: <a href="mailto:william@lindholmlabs.com">william@lindholmlabs.com</a></p>
- <p><a href="https://github.com/LindholmLabs">GitHub</a> · <a href="https://www.linkedin.com/in/w-lindholm">LinkedIn</a></p>
+ <p><a href="https://github.com/LindholmLabs">GitHub</a> · <a href="https://git.lindholmlabs.com">Stagit</a> · <a href="https://www.linkedin.com/in/w-lindholm">LinkedIn</a></p>
</address>
</section>
</main>
diff --git a/cv/style.css b/cv/style.css
@@ -42,7 +42,8 @@ nav { display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; font-size: 0.9rem; }
a { color: var(--accent-blue); text-underline-offset: 0.18em; }
a:hover { color: var(--dark-highlight); }
a:focus-visible { outline: 2px solid var(--dark-highlight); outline-offset: 4px; }
-section { padding: 1.75rem 0; border-bottom: 1px solid var(--light-highlight); }
+section { padding: 1.75rem 0; }
+section:not(:last-of-type) { border-bottom: 1px solid var(--light-highlight); }
section > :last-child, article > :last-child { margin-bottom: 0; }
article + article { margin-top: 1.5rem; }
.entry-meta { margin-bottom: 0.65rem; font-size: 0.85rem; }