2024-10-02 22:55:07 +02:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2024-10-03 09:50:33 +02:00
|
|
|
|
2024-10-05 17:19:18 +02:00
|
|
|
h1 {
|
|
|
|
@apply mb-4 text-3xl
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
@apply mb-4 text-2xl
|
|
|
|
}
|
|
|
|
|
2024-10-03 09:50:33 +02:00
|
|
|
.card {
|
2024-10-05 18:04:13 +02:00
|
|
|
@apply bg-stone-200 mx-auto p-12 rounded-xl text-stone-800 w-72 sm:w-96
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-neg-32 {
|
|
|
|
left: -32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-neg-32 {
|
|
|
|
right: -32px;
|
2024-10-03 09:50:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
2024-10-05 18:04:13 +02:00
|
|
|
@apply container gap-16 grid grid-cols-1 lg:grid-cols-2 max-w-screen-xl mx-auto px-8 py-16
|
2024-10-03 09:50:33 +02:00
|
|
|
}
|