feat(contacts+css): minor css changes + contacts page

This commit is contained in:
2026-07-31 21:26:51 +02:00
parent 5d07d33eaa
commit 34e1387aa8
5 changed files with 54 additions and 4 deletions
+2 -2
View File
@@ -44,11 +44,11 @@
}
.ui-btn {
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 min-w-8 2xl:min-w-36 text-center cursor-pointer transition-colors;
@apply text-ctp-text text-sm border border-ctp-text rounded px-3 py-1 min-w-8 lg:min-w-26 text-center cursor-pointer transition-colors;
}
.theme-ui-btn {
@apply text-ctp-text border border-ctp-text rounded px-3 py-1 min-w-10 text-center cursor-pointer transition-colors;
@apply text-ctp-text text-3xl border border-ctp-text rounded px-3 py-1 min-w-10 text-center cursor-pointer transition-colors;
}
.ui-btn:hover {