0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 16:40:26 +03:00
Files
popov.link/_scss/components/theme/_divider.scss

6 lines
81 B
SCSS
Raw Normal View History

hr {
border: 0;
border-top: .1rem solid $color-tertiary;
margin: 3rem 0;
}