6 lines
81 B
SCSS
6 lines
81 B
SCSS
|
hr {
|
||
|
border: 0;
|
||
|
border-top: .1rem solid $color-tertiary;
|
||
|
margin: 3rem 0;
|
||
|
}
|