Skip to content

Instantly share code, notes, and snippets.

@luboskmetko
Created March 25, 2021 13:20
Show Gist options
  • Save luboskmetko/dd225f2e0c3b54230cf881ada2961049 to your computer and use it in GitHub Desktop.
Save luboskmetko/dd225f2e0c3b54230cf881ada2961049 to your computer and use it in GitHub Desktop.
.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;
}
@mudasir-tech
Copy link

.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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment