*  fix score position
* add margin before bloquote if it is placed after text
This commit is contained in:
Pavel Mineev
2020-01-15 02:44:05 -06:00
committed by Umputun
parent 4f38c3ea31
commit b082c2a82f
2 changed files with 2 additions and 1 deletions
@@ -6,7 +6,7 @@
font-size: 0;
font-weight: 700;
text-align: right;
line-height: 14px;
line-height: 16px;
user-select: none;
cursor: default;
}
@@ -4,6 +4,7 @@
p {
margin: 0;
+ blockquote,
+ p {
margin-top: 8px;
}