13 lines
142 B
SCSS
13 lines
142 B
SCSS
#page-index {
|
|
h2 {
|
|
margin-bottom: $size-32;
|
|
}
|
|
|
|
h2,
|
|
h3 {
|
|
@include textbox;
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
}
|
|
}
|