feat: .css minor changes
Build and Deploy / build-and-push (push) Successful in 1m20s Details

This commit is contained in:
Ludo 2026-05-04 17:39:04 +02:00
parent 3c88a44946
commit cfa3cae2f7
2 changed files with 5 additions and 4 deletions

View File

@ -43,16 +43,17 @@ main {
} }
h1 { h1 {
font-size: 28px; font-size: 36px;
font-weight: 700; font-weight: 700;
color: #de6c90; color: #de6c90;
margin: 0; margin: 0;
letter-spacing: -0.5px; letter-spacing: -0.5px;
margin-bottom: 15px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
h1 { h1 {
font-size: 24px; font-size: 32px;
} }
} }

View File

@ -9,8 +9,8 @@
.count-badge { .count-badge {
font-size: 13px; font-size: 13px;
font-weight: 500; font-weight: 500;
color: #888; background: #de6c90;
background: #f0f0f0; color: white;
border-radius: 10px; border-radius: 10px;
padding: 1px 8px; padding: 1px 8px;
} }