This commit is contained in:
Never Gude 2026-02-21 02:07:03 +01:00
parent cf93279141
commit 6096df6978
21 changed files with 201 additions and 165 deletions

View file

@ -38,8 +38,6 @@ body {
}
main {
position: relative;
z-index: 2;
max-width: 48em;
margin: 0 auto;
@ -58,16 +56,15 @@ main {
border-right: solid 3pt var(--html-border);
}
#tv-screen {
#shork {
position: fixed;
top: 0;
left: 0;
z-index: 1;
left: -32px;
top: -36px;
width: 64px;
transform-origin: 50% 50%;
}
#page-header {
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
max-width: 60em;