Skip to content

Commit

Permalink
[0.1.14.3] * update tailwind.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnella Kyle San Juan committed Sep 30, 2024
1 parent db039f3 commit 8e951a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1486,8 +1486,8 @@ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
width: 166px;
}

.w-\[19\%\] {
width: 19%;
.w-\[21\%\] {
width: 21%;
}

.w-\[21ch\] {
Expand Down Expand Up @@ -2976,6 +2976,11 @@ ul.dashed > li:before {
cursor: pointer;
}

.\*\:rounded-l-3xl > * {
border-top-left-radius: 1.5rem;
border-bottom-left-radius: 1.5rem;
}

.\*\:bg-gray-500 > * {
--tw-bg-opacity: 1;
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
Expand Down

0 comments on commit 8e951a6

Please sign in to comment.