mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-19 17:18:31 +09:00
16 lines
175 B
Stylus
16 lines
175 B
Stylus
@import "../app"
|
|
@import "../reset"
|
|
|
|
html
|
|
background #eee
|
|
|
|
@media (max-width 600px)
|
|
background #fff
|
|
|
|
body
|
|
margin 0
|
|
padding 32px 0
|
|
|
|
@media (max-width 600px)
|
|
padding 0
|