SHORK
This commit is contained in:
parent
cf93279141
commit
6096df6978
21 changed files with 201 additions and 165 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue