mirror of
https://github.com/milligram/milligram.git
synced 2024-12-02 04:04:21 +00:00
10 lines
265 B
Sass
10 lines
265 B
Sass
|
||
// Divider
|
||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||
|
||
hr
|
||
border: 0
|
||
border-top: .1rem solid $color-tertiary
|
||
margin-bottom: 3.5rem
|
||
margin-top: 3.0rem
|