'the system' mobile fixes
This commit is contained in:
parent
af5f3d4a29
commit
3ce2b1fe29
6 changed files with 28 additions and 12 deletions
14
style.css
14
style.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue