CSS etwas vereinheitlicht

This commit is contained in:
2024-10-03 09:50:33 +02:00
parent 6e796104c8
commit fb8e4f0668
2 changed files with 17 additions and 9 deletions

View File

@ -1,3 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.card {
@apply bg-gray-200 mx-auto p-12 rounded-xl text-gray-800 w-96
}
.section {
@apply container gap-16 grid grid-cols-2 max-w-screen-xl mx-auto
}