2024-10-02 22:55:07 +02:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2024-10-03 09:50:33 +02:00
|
|
|
|
|
|
|
.card {
|
2024-10-05 14:07:57 +02:00
|
|
|
@apply bg-stone-200 mx-auto p-12 rounded-xl text-stone-800 w-96
|
2024-10-03 09:50:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
|
|
|
@apply container gap-16 grid grid-cols-2 max-w-screen-xl mx-auto
|
|
|
|
}
|