overhaul
This commit is contained in:
15
src/assets/styles/sections.sass
Normal file
15
src/assets/styles/sections.sass
Normal file
@@ -0,0 +1,15 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user