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 {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue