reapplying previous code changes

This commit is contained in:
MCHost
2025-06-26 18:07:51 -04:00
parent d9be0e61b4
commit 19d90de79a
4 changed files with 196 additions and 83 deletions

View File

@ -5,6 +5,11 @@
font-style: normal;
font-display: swap;
}
@media (max-width: 640px) {
.holesail-output-mobile-hidden {
display: none;
}
}
@import "tailwindcss";
@ -267,4 +272,5 @@
.bg-gray-800.p-6.rounded-lg.shadow-lg p {
@apply max-w-full;
}
}