Skip to content

Commit

Permalink
fix: adjust notice font size
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Mar 8, 2024
1 parent 8e63b64 commit 211b0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
@mixin notice($notice-color) {
margin: 2rem 0 !important;
padding: 1rem;
font-size: 0.9rem !important;
font-size: 12px !important;
text-indent: initial;
background-color: mix(#ddd, $notice-color, 73%);
border-radius: 0;
Expand Down

0 comments on commit 211b0b8

Please sign in to comment.