Mobile-adapted index :)
All checks were successful
pipeline / build-and-push-images (push) Successful in 22s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-01 00:17:20 +01:00
parent 0065d416e9
commit 08e93b331e
5 changed files with 147 additions and 23 deletions

View File

@@ -26,6 +26,16 @@ body {
padding: 0;
margin: 0;
/* default value: font-size: 16px; */
}
@media only screen and (max-width: 550px) {
body {
font-size: 12px;
}
html {
font-size: 12px;
}
}
/* Different title settings */