12 lines
155 B
SCSS
12 lines
155 B
SCSS
.name > h1 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.name > hr {
|
|
margin-top: 0.5em; /* Default value. */
|
|
}
|
|
|
|
.art {
|
|
composes: art from "./elements/Grid.scss";
|
|
}
|