hotfix: fix font-size for block elements
parent
4e05312cb6
commit
9bcc677320
|
@ -7,7 +7,7 @@ blockquote,
|
||||||
border-width: 0 0 0 4px;
|
border-width: 0 0 0 4px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 0 $radius $radius 0;
|
border-radius: 0 $radius $radius 0;
|
||||||
font-size: .95rem;
|
font-size: 1.05rem;
|
||||||
|
|
||||||
ul,ol {
|
ul,ol {
|
||||||
&:last-child { margin-bottom: 1.85rem; }
|
&:last-child { margin-bottom: 1.85rem; }
|
||||||
|
|
Loading…
Reference in New Issue