7 lines
91 B
SCSS
7 lines
91 B
SCSS
@import "constants";
|
|
|
|
#services-index {
|
|
h1 {
|
|
margin-top: 2 * $default-padding;
|
|
}
|
|
}
|