This commit is contained in:
Andras Bacsai
2023-06-14 12:48:29 +02:00
parent 8f0cd69cd3
commit 4698ab9722
24 changed files with 49 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ body {
@apply scrollbar min-h-screen bg-coolgray-100 text-neutral-400 antialiased;
}
main {
@apply px-32 xl:px-14 mx-auto max-w-screen-xl pt-4;
@apply pl-24 pr-10 lg:px-14 mx-auto max-w-screen-xl pt-4;
}
input[type="checkbox"] {