Card gradient direction
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 23s

This commit is contained in:
Opti1337 2024-03-01 13:19:52 +03:00
parent cee1e8104c
commit b97e63e747

View File

@ -92,7 +92,7 @@ header {
border-radius: 16px; border-radius: 16px;
padding: 16px; padding: 16px;
gap: 16px; gap: 16px;
background-image: linear-gradient(90deg, var(--chocolate-cosmos), var(--black)); background-image: linear-gradient(135deg, var(--chocolate-cosmos), var(--black));
&__title { &__title {
font-size: 24px; font-size: 24px;