0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 16:40:26 +03:00
Files
popov.link/_scss/components/theme/_blockquote.scss
2018-04-24 15:29:12 +04:00

11 lines
166 B
SCSS

blockquote {
border-left: .3rem solid $color-quaternary;
margin-left: 0;
margin-right: 0;
padding: 1rem 1.5rem;
&:last-child {
margin-bottom: 0;
}
}