Skip to content

Commit

Permalink
replces wrong selector with correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
b1aserlu committed Dec 14, 2023
1 parent 042f440 commit 3fba167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/layouts/portal/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
h5,
.h5 {
margin-top: map.get(spacing.$post-sizes, 'bigger-big');
&:first-of-type {
&:first-child {
margin-top: 0;
}
}
Expand Down

0 comments on commit 3fba167

Please sign in to comment.