Skip to content
Snippets Groups Projects
Commit fc06fae8 authored by alexisben's avatar alexisben
Browse files

fix

parent dc984fc7
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ h2, .h2
font-family: $small-font-family
font-size: var(--small-size)
font-weight: $small-weight
line-height: $var(--small-line-height)
line-height: var(--small-line-height)
small, .small
@include small
......@@ -176,7 +176,7 @@ small, .small
font-size: var(--quote-size)
font-weight: $quote-weight
font-style: $quote-style
line-height: $var(--quote-line-height)
line-height: var(--quote-line-height)
cite
font-size: pxToRem(18)
font-style: normal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment