Skip to content
Snippets Groups Projects
Commit 7c053e1c authored by Olivia206's avatar Olivia206
Browse files

fix

parent 3d6903a1
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@
margin-bottom: 0
.notes
margin-top: $spacing-3
*
@include small(false)
@include small
sub, sup
font-size: 60%
margin-left: 0
......
......@@ -137,12 +137,11 @@ h2, .h2
.signature
@include signature
@mixin small($apply_weight: true)
@mixin small
font-family: $small-font-family
font-size: var(--small-size)
line-height: var(--small-line-height)
@if $apply_weight
font-weight: $small-weight
font-weight: $small-weight
small, .small
@include small
......
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