Mobile layout (fix #2)
All checks were successful
pipeline / build-and-push-images (push) Successful in 23s
pipeline / deploy (push) Successful in 6s

This commit is contained in:
2024-12-01 15:10:34 +01:00
parent 3cc3b3ce1c
commit e5050d65de
8 changed files with 293 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ body {
/* default value: font-size: 16px; */
}
@media only screen and (max-width: 550px) {
@media only screen and (max-width: 650px) {
body {
font-size: 12px;
}
@@ -40,15 +40,15 @@ body {
/* Different title settings */
h1 {
font-size: 40px;
font-size: 2.5rem;
font-weight: 500;
}
h2 {
font-size: 24px;
font-size: 1.5rem;
font-weight: 400;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
font-weight: 300;
}