generated from ludops/ludops-skeleton
feat: .css minor changes
Build and Deploy / build-and-push (push) Successful in 1m20s
Details
Build and Deploy / build-and-push (push) Successful in 1m20s
Details
This commit is contained in:
parent
3c88a44946
commit
cfa3cae2f7
|
|
@ -43,16 +43,17 @@ main {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
font-size: 36px;
|
||||
font-weight: 700;
|
||||
color: #de6c90;
|
||||
margin: 0;
|
||||
letter-spacing: -0.5px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
font-size: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
.count-badge {
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
color: #888;
|
||||
background: #f0f0f0;
|
||||
background: #de6c90;
|
||||
color: white;
|
||||
border-radius: 10px;
|
||||
padding: 1px 8px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue