privacy, tos and lazy loading

This commit is contained in:
cupcakearmy
2019-03-24 02:32:01 +01:00
parent c39d15e4ee
commit f6525913b3
13 changed files with 188 additions and 31 deletions

View File

@@ -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
View 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

View File

@@ -4,7 +4,6 @@
*
box-sizing border-box
cursor none
html,
body,