Hardware page with more content.
Some checks failed
Build and deploy website / build (push) Failing after 1m37s
Build and deploy website / deploy (push) Failing after 1s

Collapse component

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
2024-10-06 14:43:06 +02:00
parent beefabb908
commit 8ba480eab1
12 changed files with 106 additions and 34 deletions

View File

@ -3,13 +3,21 @@
@tailwind utilities;
@layer utilities {
.debug {
@apply border border-red-500;
}
.debug {
@apply border border-red-500;
}
}
@layer base {
h1 {
@apply text-4xl font-bold mb-2;
}
br {
@apply my-4;
}
h1 {
@apply text-4xl font-bold mb-2;
}
h2 {
@apply text-3xl font-bold mb-2;
}
}