style: cleanup public and backstage views

- redistribute grid sizes to fit titles
This commit is contained in:
cv
2021-10-24 13:26:47 +02:00
parent 310579143e
commit b62d376e64
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@
font-weight: 300;
display: grid;
grid-template-columns: 1fr 1fr 1fr 3vw 2fr;
grid-template-rows: 2fr 1fr 1fr 0 1fr;
grid-template-rows: 15vh 1fr 1fr 0 13vh 13vh;
grid-template-areas:
' titl titl titl . schd'
' now now now . schd'
@@ -11,7 +11,7 @@
font-weight: 300;
display: grid;
grid-template-columns: 1fr 1fr 1fr 3vw 2fr;
grid-template-rows: 2fr 1fr 1fr 0 1fr;
grid-template-rows: 15vh 1fr 1fr 0 13vh 13vh;
grid-template-areas:
' titl titl titl . schd'
' now now now . schd'