mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 12:19:19 -05:00
10 lines
97 B
SCSS
10 lines
97 B
SCSS
$headlines-color: #686868;
|
|
|
|
@for $i from 1 through 6 {
|
|
|
|
h#{$i} {
|
|
margin: 0 0 .5rem;
|
|
}
|
|
|
|
}
|