mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 16:40:26 +03:00
6 lines
81 B
SCSS
6 lines
81 B
SCSS
|
hr {
|
||
|
border: 0;
|
||
|
border-top: .1rem solid $color-tertiary;
|
||
|
margin: 3rem 0;
|
||
|
}
|