mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-17 15:37:30 -07:00
2cc858728d
* wip * wip * wip * wip * wip * wip * wip * Fix bug * 🎨 * 🎨 * 🎨
23 lines
265 B
Stylus
23 lines
265 B
Stylus
@import "../app"
|
|
@import "../reset"
|
|
|
|
#wait
|
|
top auto
|
|
bottom 15px
|
|
left 15px
|
|
|
|
html
|
|
height 100%
|
|
background var(--bg)
|
|
|
|
main
|
|
width 100%
|
|
max-width 680px
|
|
margin 0 auto
|
|
padding 8px
|
|
|
|
@media (min-width 500px)
|
|
padding 16px
|
|
|
|
@media (min-width 600px)
|
|
padding 32px
|