mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 12:19:19 -05:00
8 lines
124 B
SCSS
8 lines
124 B
SCSS
hr {
|
|
background-color: $base-border-color;
|
|
border: 0;
|
|
box-sizing: content-box;
|
|
height: 1px;
|
|
margin: 0 0 1.5rem;
|
|
}
|