cheatsheets/_sass/2017/components/h2-section.scss

15 lines
154 B
SCSS

/*
* h2 section
*/
/* Hide the first h2 heading */
.h2-section {
& > h2 {
margin-top: 64px;
}
&:first-child > h2 {
display: none;
}
}