-
-
Save luboskmetko/dd225f2e0c3b54230cf881ada2961049 to your computer and use it in GitHub Desktop.
- BEM(Block Element Modifier)
- SCSS Nesting within a parent selector
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.teaser {
padding: 2em;
}
.learn-more {
border: 1px solid $color-border;
}
svg {
width: 16px;
}
.teaser-small {
padding: 1em;
}
.teaser_title {
font-size: 2em;
}
#pagination {
text-align: center;
}