summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhazel <hazel@hazelthats.me>2026-03-06 17:33:29 +0100
committerhazel <hazel@hazelthats.me>2026-03-06 17:33:29 +0100
commit3e29ad64b14fbfc58f23e82e5223584d2ecb840a (patch)
treecd6d826ffbc6177daef79e0510c8ebdf4e210702
parent1e852ac7d1d2b42ec80296d65a7e187499409fc2 (diff)
downloadlpdu-site-3e29ad64b14fbfc58f23e82e5223584d2ecb840a.tar.gz
lpdu-site-3e29ad64b14fbfc58f23e82e5223584d2ecb840a.tar.bz2
lpdu-site-3e29ad64b14fbfc58f23e82e5223584d2ecb840a.zip
format fix
Signed-off-by: hazel <hazel@hazelthats.me>
-rw-r--r--public/global.css76
1 files changed, 38 insertions, 38 deletions
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;
}