lowtechweb/assets/styles/main.sass

19 lines
280 B
Sass
Raw Normal View History

2020-05-26 12:18:12 +02:00
@import "./variables"
2020-05-26 12:47:02 +02:00
@import "./reset"
2020-05-26 12:45:22 +02:00
@import "./html"
@import "./a11y"
@import "./content"
2020-06-16 12:06:52 +02:00
@import "./menu"
2020-06-16 12:08:10 +02:00
@import "./footer"
body
background-color: green
.layout
background-color: white
@media screen and (min-width: 60em)
.layout
width: 800px
margin: 0 auto