From cbf0ef55a16a1252bb3ff562c01004e4bef8b29c Mon Sep 17 00:00:00 2001 From: organic-CPU Date: Thu, 9 Jul 2026 12:21:33 +0200 Subject: [PATCH] maybe better? --- blog.html | 2 +- index.html | 2 +- styles.css | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/blog.html b/blog.html index 71d1402..f2e3491 100644 --- a/blog.html +++ b/blog.html @@ -11,7 +11,7 @@

Blog

Updates from my self-hosting and systems administration journey.

- +
diff --git a/index.html b/index.html index 8f6f797..b70b95a 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

Marcus Sailer

Systems Administrator · Self-Hosting · Network Security

- +
diff --git a/styles.css b/styles.css index 3cb696d..a9c991a 100644 --- a/styles.css +++ b/styles.css @@ -38,8 +38,9 @@ a:hover { color:#991b1b; text-decoration:underline; } @media (max-width:520px){ h2 { font-size:1.4rem; } .site-header h1 { font-size:1.6rem; } .container { padding:16px; } } .header-links { margin-top:12px; } -.header-links a { color:#fff; background:rgba(255,255,255,0.12); padding:8px 14px; border-radius:6px; text-decoration:none; transition:all 0.2s ease; display:inline-block; font-size:0.95rem; font-weight:500; } +.header-links a { color:#fff; background:rgba(255,255,255,0.12); padding:0 14px; border-radius:6px; text-decoration:none; transition:all 0.2s ease; display:inline-flex; align-items:center; justify-content:center; height:36px; font-size:0.95rem; font-weight:500; line-height:1; } .header-links a:hover { background:rgba(255,255,255,0.25); } +.header-links a + a { margin-left:10px; } .gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:12px; margin-top:16px; } .gallery img { width:100%; height:150px; object-fit:cover; border-radius:8px; cursor:pointer; display:block; transition:all 0.3s ease; border:2px solid transparent; }