Updated git url.
All checks were successful
Build and deploy website / build (push) Successful in 1m20s
Build and deploy website / deploy (push) Successful in 2s

Added various icons.

Started adding hardwarePage content

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
2024-09-28 15:33:31 +02:00
parent 2bead91a32
commit 93c6c852af
16 changed files with 133 additions and 50 deletions

View File

@ -3,13 +3,13 @@
@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;
}
h1 {
@apply text-4xl font-bold mb-2;
}
}