Better font size + weight
This commit is contained in:
parent
838190b8e5
commit
ec9e4d8c93
1 changed files with 6 additions and 1 deletions
|
@ -89,6 +89,7 @@ const servant_images = import.meta.glob<{ default: ImageMetadata }>(
|
||||||
|
|
||||||
.mobile span {
|
.mobile span {
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
|
@ -131,7 +132,11 @@ const servant_images = import.meta.glob<{ default: ImageMetadata }>(
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile > h2 {
|
.mobile > h2 {
|
||||||
font-size: 1rem;
|
font-size: 1.05rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile span {
|
||||||
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue