Skip to content

Commit

Permalink
Fix css variable mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonzales committed Jan 11, 2024
1 parent d3c64f7 commit e7c2f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}

.callout {
margin: var(--line-height-computed 0);
margin: var(--line-height-computed) 0;
padding: var(--line-height-computed);
border: .3rem solid #ddd;
border-radius: .4rem;
Expand All @@ -145,7 +145,7 @@
}

.highlight {
margin: 0 0 var(--line-height-computed 0);
margin: 0 0 var(--line-height-computed) 0;
border-radius: .5rem;
}

Expand Down

0 comments on commit e7c2f5f

Please sign in to comment.