Redesign blockquote styling

This commit is contained in:
Thibaut Girka 2019-04-24 18:42:17 +02:00 committed by ThibG
parent 8753e5317f
commit e4b65e6349
1 changed files with 4 additions and 2 deletions

View File

@ -51,8 +51,10 @@
}
blockquote {
margin-left: 20px;
color: $dark-text-color;
padding-left: 10px;
border-left: 3px solid $darker-text-color;
color: $darker-text-color;
white-space: normal;
p:last-child {
margin-bottom: 0;