Better font size + weight
All checks were successful
/ checking (push) Successful in 46s
/ build-site (push) Successful in 4m41s
/ publish (push) Successful in 14s

This commit is contained in:
Firq 2024-01-03 21:05:01 +01:00
parent 838190b8e5
commit ec9e4d8c93
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -89,6 +89,7 @@ const servant_images = import.meta.glob<{ default: ImageMetadata }>(
.mobile span {
font-size: 1.05rem;
font-weight: bold;
}
article {
@ -131,7 +132,11 @@ const servant_images = import.meta.glob<{ default: ImageMetadata }>(
}
.mobile > h2 {
font-size: 1rem;
font-size: 1.05rem;
}
.mobile span {
font-size: 0.9rem;
}
}