Files
vladfaust.github.io/src/assets/styles/sections.sass
2019-03-22 18:50:33 +03:00

16 lines
202 B
Sass

@import './variables'
@import './mixins'
section
+center
width: 100%
padding: 4rem 0
&:not(:first-child)
border-top: $border
.wrapper
width: calc(100% - 4rem)
max-width: 768px