website/assets/scss/helpers/divider.scss

6 lines
115 B
SCSS
Raw Permalink Normal View History

2023-01-23 09:07:18 +00:00
.divider {
//margin-top: 3vh;
border-bottom: 1px solid #a4b0be;
border-radius: 1px;
//margin-bottom: 5vh;
}