mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2026-04-02 20:05:35 +00:00
privacy, tos and lazy loading
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
@require './Breakpoints.styl'
|
||||
|
||||
#App
|
||||
#home
|
||||
height 100vh
|
||||
width 100vw
|
||||
display flex
|
||||
align-items center
|
||||
justify-content center
|
||||
perspective 1em
|
||||
cursor none
|
||||
|
||||
#bg
|
||||
position absolute
|
||||
12
src/styles/Static.styl
Normal file
12
src/styles/Static.styl
Normal file
@@ -0,0 +1,12 @@
|
||||
.static
|
||||
padding: 1em
|
||||
overflow: auto
|
||||
width: 100vw
|
||||
height: 100vh
|
||||
font-family: monospace
|
||||
font-size: 1rem
|
||||
|
||||
.content
|
||||
margin: auto
|
||||
width: 100%
|
||||
max-width: 32em
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
*
|
||||
box-sizing border-box
|
||||
cursor none
|
||||
|
||||
html,
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user