From 082e3de2cc01db21928aad03f3c5e9b0fad935fc Mon Sep 17 00:00:00 2001 From: aey Date: Sat, 16 May 2026 19:08:19 +0200 Subject: [PATCH] Update CSS --- {assets => src}/cv.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename {assets => src}/cv.css (96%) diff --git a/assets/cv.css b/src/cv.css similarity index 96% rename from assets/cv.css rename to src/cv.css index 3007889..4023584 100644 --- a/assets/cv.css +++ b/src/cv.css @@ -66,9 +66,9 @@ a:active { [href^="mailto"]::before { content: "✉️ "; } -[href^="https://github.com"]::before +[href^="https://codeberg.org"]::before { - content: "🐙 "; + content: "⛰️ "; } [href^="https://madr"]::before { @@ -79,7 +79,7 @@ a:active { padding: 0.3em; } [href$="pdf"]::before { - content: "📑 "; + content: "⬇️ "; } [href$="pdf"]:hover::before, [href$="pdf"]:focus::before { @@ -196,7 +196,8 @@ the upcoming Container queries was a thing. padding: 1em; color: #111; display: flex; - justify-content: space-between; + gap: 2rem; + justify-content: flex-start; flex-direction: column; align-items: center; }