Skip to content

Commit

Permalink
Add something I missed in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
eswan18 committed Jan 12, 2025
1 parent e15f5af commit 459df7a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions static/css/tailwind-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4464,14 +4464,14 @@ html:has(.drawer-toggle:checked) {
display: contents;
}

.hidden {
display: none;
}

.\!hidden {
display: none !important;
}

.hidden {
display: none;
}

.h-32 {
height: 8rem;
}
Expand Down Expand Up @@ -5198,10 +5198,6 @@ html:has(.drawer-toggle:checked) {
margin-right: auto;
}

.sm\:inline-block {
display: inline-block;
}

.sm\:\!inline-block {
display: inline-block !important;
}
Expand Down

0 comments on commit 459df7a

Please sign in to comment.