Redesign blockquote styling

lolsob-rspec
Thibaut Girka 2019-04-24 18:42:17 +02:00 committed by ThibG
parent f5ea016889
commit 73f83ef399
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;