Skip to content

Commit

Permalink
feat: remove text styling in button format
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Mar 1, 2024
1 parent 3c4afbd commit a2b312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body {
@apply cursor-pointer border border-gray-500 hover:shadow-md hover:shadow-gray-500 hover:-translate-y-4;
}
.button-format {
@apply text-center text-sm lg:text-base w-[150px] py-[15px] rounded-lg;
@apply text-center w-[150px] py-[15px] rounded-lg;
}

/* HEADER */
Expand Down

0 comments on commit a2b312f

Please sign in to comment.