'the system' mobile fixes

This commit is contained in:
nnwhen 2025-03-19 00:29:11 +02:00
parent af5f3d4a29
commit 3ce2b1fe29
6 changed files with 28 additions and 12 deletions

View file

@ -26,6 +26,8 @@
body {
background-color: var(--background);
font-family: "playfair", serif;
margin: 0;
padding: 0;
}
h1,
h2 {
@ -84,8 +86,20 @@ nav a:hover {
}
#subsystem {
position: relative;
height: 41px;
animation: glitch 1s infinite;
}
#nonintrude {
position: absolute;
height: 21px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
vertical-align: middle;
}
hgroup {
margin: 20px auto;