mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 20:29:25 -05:00
8 lines
96 B
SCSS
8 lines
96 B
SCSS
$headlines-color: #686868;
|
|
|
|
@for $i from 1 through 6 {
|
|
h#{$i} {
|
|
margin: 0 0 0.5rem;
|
|
}
|
|
}
|