From 3e29ad64b14fbfc58f23e82e5223584d2ecb840a Mon Sep 17 00:00:00 2001 From: hazel Date: Fri, 6 Mar 2026 17:33:29 +0100 Subject: format fix Signed-off-by: hazel --- public/global.css | 76 +++++++++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'public/global.css') diff --git a/public/global.css b/public/global.css index 0c5ce91..f2d47a1 100644 --- a/public/global.css +++ b/public/global.css @@ -1,64 +1,64 @@ body { - margin: 0; - font-family: sans; + margin: 0; + font-family: sans; } header { - background: #171717; - color: #fff; - overflow: hidden; - padding: 0 1em; - display: flex; - align-items: center; - gap: 2em; - height: 4rem; + background: #171717; + color: #fff; + overflow: hidden; + padding: 0 1em; + display: flex; + align-items: center; + gap: 2em; + height: 4rem; } header h1 { - margin: 1rem 0; - line-height: 1; + margin: 1rem 0; + line-height: 1; } header nav { - display: flex; - height: 4rem; - align-items: stretch; + display: flex; + height: 4rem; + align-items: stretch; } header nav a { - display: block; - height: 100%; - padding: 0 1rem; - line-height: 4rem; - color: #fff; - text-decoration: none; + display: block; + height: 100%; + padding: 0 1rem; + line-height: 4rem; + color: #fff; + text-decoration: none; } header nav a:hover { - background: #272727; + background: #272727; } .banner { - text-align: center; - position: relative; - background-color: #333; - color: #fff; - overflow: hidden; - padding: 3em 0; + text-align: center; + position: relative; + background-color: #333; + color: #fff; + overflow: hidden; + padding: 3em 0; } .banner .banner-background { - display: block; - width: 100%; - height: 100%; - position: absolute; - inset: 0; - filter: blur(20px) brightness(50%); - object-fit: cover; + display: block; + width: 100%; + height: 100%; + position: absolute; + inset: 0; + filter: blur(20px) brightness(50%); + object-fit: cover; } .banner .banner-title { - font-size: 3em; - position: relative; - z-index: 100; + font-size: 3em; + position: relative; + z-index: 100; } -- cgit v1.2.3