This commit is contained in:
Andras Bacsai
2023-05-15 14:21:30 +02:00
parent ec3ae7f6de
commit 6671f11a91
6 changed files with 33 additions and 26 deletions

View File

@@ -42,6 +42,9 @@ h1 {
h2 {
@apply text-xl font-bold py-4;
}
h3 {
@apply text-lg font-bold py-4;
}
.box {
@apply flex items-center justify-center text-sm rounded cursor-pointer h-14 bg-coolgray-200 hover:bg-coollabs p-2;
}