Add services list from data template

This commit is contained in:
2022-06-01 17:09:17 +02:00
parent 6be29ea741
commit f0f7bfd190
9 changed files with 137 additions and 29 deletions

View File

@@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h2 {
@apply text-lg font-bold mb-8;
}
}