Fix search page

This commit is contained in:
Jon Staab
2024-10-18 15:06:21 -07:00
parent 62683d38a2
commit 5174bd0db8
2 changed files with 20 additions and 8 deletions
+12
View File
@@ -116,6 +116,18 @@
@apply m-auto w-full max-w-3xl p-4 sm:p-8 md:p-12;
}
.content-t {
@apply pt-4 sm:pt-8 md:pt-12;
}
.content-b {
@apply pb-4 sm:pb-8 md:pb-12;
}
.content-x {
@apply px-4 sm:px-8 md:px-12;
}
.heading {
@apply text-center text-2xl;
}