summaryrefslogtreecommitdiff
path: root/public/global.css
diff options
context:
space:
mode:
authorhazel <hazel@hazelthats.me>2026-03-06 17:49:20 +0100
committerhazel <hazel@hazelthats.me>2026-03-06 17:49:20 +0100
commit13ddd4efbd2b0aa45e9a71941f2a8b910a13d844 (patch)
tree135500e257f1847f36a3dfe47c323ab0242c44bd /public/global.css
parent3e29ad64b14fbfc58f23e82e5223584d2ecb840a (diff)
downloadlpdu-site-13ddd4efbd2b0aa45e9a71941f2a8b910a13d844.tar.gz
lpdu-site-13ddd4efbd2b0aa45e9a71941f2a8b910a13d844.tar.bz2
lpdu-site-13ddd4efbd2b0aa45e9a71941f2a8b910a13d844.zip
update about page, add sources
Signed-off-by: hazel <hazel@hazelthats.me>
Diffstat (limited to 'public/global.css')
-rw-r--r--public/global.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/global.css b/public/global.css
index f2d47a1..faa996c 100644
--- a/public/global.css
+++ b/public/global.css
@@ -62,3 +62,25 @@ header nav a:hover {
position: relative;
z-index: 100;
}
+
+main {
+ max-width: 1000px;
+ margin-inline: auto;
+}
+
+main img {
+ max-width: 100%;
+}
+
+footer {
+ font-size: 16px;
+ font-family: monospace;
+ margin: 1rem auto;
+ text-align: center;
+}
+
+footer div.git-hash {
+ color: var(--overlay-1);
+ margin: 0.5em;
+ font-size: 0.8em;
+}