lowtechweb/assets/styles/main.sass

26 lines
400 B
Sass

@import "./variables"
@import "./reset"
@import "./html"
@import "./a11y"
@import "./content"
@import "./menu"
@import "./footer"
body
background-color: #f0f0f0
.layout
background-color: white
min-height: 100vh
position: relative
padding: 1rem
h1
text-align: center
@media screen and (min-width: 60rem)
.layout
width: 800px
margin: 0 auto
box-shadow: 8px 0 6px #ddd