Tweak some layout stuff

This commit is contained in:
Jon Staab
2024-08-23 16:54:05 -07:00
parent 8dac345fc4
commit 51b0c69513
12 changed files with 108 additions and 11 deletions
+8
View File
@@ -46,6 +46,14 @@
@apply p-6 bg-base-100 text-base-content rounded-box;
}
.card2.card2-sm {
@apply p-4 bg-base-100 text-base-content rounded-box;
}
.card2.card2-alt {
@apply bg-base-300;
}
.column {
@apply flex flex-col;
}