lowtechweb/assets/styles/main.sass

26 lines
428 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
2020-06-17 10:53:18 +02:00
background-color: #f0f0f0
2020-06-16 12:08:10 +02:00
.layout
background-color: white
min-height: 100vh
2020-06-17 10:53:18 +02:00
position: relative
padding: 1rem
h1
text-align: center
font-size: 1rem
2020-06-17 10:53:18 +02:00
@media screen and (min-width: 60rem)
2020-06-16 12:08:10 +02:00
.layout
2020-06-17 23:53:48 +02:00
width: $content-width
2020-06-16 12:08:10 +02:00
margin: 0 auto
2020-06-17 10:53:18 +02:00
box-shadow: 8px 0 6px #ddd