summaryrefslogtreecommitdiff
path: root/web/static/css/input.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/css/input.css')
-rw-r--r--web/static/css/input.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/static/css/input.css b/web/static/css/input.css
index 5c062c0..f2bbca8 100644
--- a/web/static/css/input.css
+++ b/web/static/css/input.css
@@ -30,7 +30,7 @@
/* Navigation Pills */
.tab-button {
- @apply px-4 py-2 rounded-lg text-sm font-medium text-gray-600 transition-all duration-200;
+ @apply px-2 sm:px-4 py-2 rounded-lg text-xs sm:text-sm font-medium text-gray-600 transition-all duration-200;
}
.tab-button:hover {
@@ -79,7 +79,7 @@
/* Custom utilities */
@layer utilities {
.section-spacing { @apply mb-10; }
- .content-max-width { @apply max-w-7xl mx-auto px-6 lg:px-8; }
+ .content-max-width { @apply max-w-7xl mx-auto px-3 sm:px-6 lg:px-8; }
.card-grid { @apply grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6; }
/* Scrollbar styling */