Skip to content

Commit

Permalink
feat: add new styling for format utility classes
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Mar 1, 2024
1 parent 0b3a805 commit 56a21a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {
@apply px-2;
}
.paragraph-format {
@apply px-2 w-[400px] lg:w-[500px] xl:w-[600px];
@apply px-2 w-full lg:w-[500px];
}
.desc-format {
@apply px-2 line-clamp-2;
Expand All @@ -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 w-[150px] py-[15px] rounded-lg;
@apply text-center w-[150px] h-[50px] py-[15px] rounded-lg;
}

/* HEADER */
Expand Down

0 comments on commit 56a21a8

Please sign in to comment.