|
|
|
@ -5,9 +5,6 @@ html, body, .navigation-overlay
|
|
|
|
|
// min-width: 100vw
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p
|
|
|
|
|
text-align justify
|
|
|
|
|
|
|
|
|
|
body > canvas
|
|
|
|
|
position: fixed
|
|
|
|
|
height: 100vh
|
|
|
|
@ -177,7 +174,6 @@ body > canvas
|
|
|
|
|
align-items: center
|
|
|
|
|
justify-content: center
|
|
|
|
|
flex-direction column
|
|
|
|
|
line-height 1
|
|
|
|
|
|
|
|
|
|
.side-line
|
|
|
|
|
display flex
|
|
|
|
@ -192,6 +188,7 @@ body > canvas
|
|
|
|
|
box-sizing: border-box
|
|
|
|
|
border: solid 0.125vw var(--color-primary)
|
|
|
|
|
border-radius: 0.125vw
|
|
|
|
|
background-color: var(--color-primary)
|
|
|
|
|
|
|
|
|
|
.number-thing
|
|
|
|
|
display flex
|
|
|
|
|