fix: logo, icons, footer heading, list marker position
All checks were successful
Build / build (push) Successful in 4m13s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 2m6s

This commit is contained in:
2025-04-23 09:43:36 +02:00
parent 9f6cfb145e
commit c2a8d3f67b
6 changed files with 33 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
.btn {
@apply bg-primary font-bold text-white py-1 px-12 cursor-pointer transition-colors duration-300;
@apply bg-primary font-bold text-white uppercase py-1 px-12 cursor-pointer transition-colors duration-300;
@apply hover:bg-primary-dark;
}