This commit is contained in:
Andras Bacsai
2023-05-16 13:11:05 +02:00
parent dedcc80501
commit 9bbf25b9f4
10 changed files with 80 additions and 66 deletions

View File

@@ -37,13 +37,13 @@ button {
@apply bg-neutral-700 text-white;
}
h1 {
@apply text-3xl font-bold py-4;
@apply text-3xl font-bold pb-4;
}
h2 {
@apply text-xl font-bold py-4;
@apply text-xl font-bold pb-4;
}
h3 {
@apply text-lg font-bold py-4;
@apply text-lg font-bold pb-4;
}
.box {
@apply flex items-center justify-center text-sm rounded cursor-pointer h-14 bg-coolgray-200 hover:bg-coollabs-100 p-2;