💄 Rebuild stylesheet

pull/170/head
James Panther 2022-04-03 13:56:06 +10:00
parent 4bfc9ca98b
commit 0dfaa902cc
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 6 additions and 0 deletions

View File

@ -2601,6 +2601,12 @@ body a, body button {
color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
} }
@media print {
.print\:hidden {
display: none;
}
}
@media (min-width: 640px) { @media (min-width: 640px) {
.sm\:mb-0 { .sm\:mb-0 {
margin-bottom: 0px; margin-bottom: 0px;