From: jxnshi Date: Sun, 12 Jan 2025 19:01:01 +0000 (+0100) Subject: Add box shadow X-Git-Url: https://jxnshi.xyz/repos?a=commitdiff_plain;h=fe8aedbadd69b0b9598bf3ff22c3a4bb9f42c5f1;p=jxnshi.xyz.git Add box shadow --- diff --git a/public/style.css b/public/style.css index 16ea6eb..13d190b 100644 --- a/public/style.css +++ b/public/style.css @@ -124,7 +124,7 @@ a:hover { flex-direction: column; align-items: center; width: 100%; - gap: 20px; + gap: 30px; } #repos-list { @@ -153,6 +153,10 @@ a:hover { gap: 80px; } +#header-middle > div { + box-shadow: 10px 10px black; +} + /* Gitweb */ .page_header { display: flex;