Skip to content

Commit

Permalink
fix: 💄 add !important to post title styles in theme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Herm71 committed Mar 24, 2022
1 parent 4a84dad commit d9cb0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@
},
"spacing": {
"margin": {
"top": "0",
"top": "0!important",
"right": "0",
"bottom": ".25rem",
"bottom": ".25rem!important",
"left": "0"
}
}
Expand Down

0 comments on commit d9cb0d9

Please sign in to comment.