mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Fix left padding in blockquote
This commit is contained in:
parent
0ef2511d98
commit
346ef21784
@ -113,6 +113,10 @@ blockquote {
|
||||
border-left: 5px solid #333;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: #444;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user