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