Mobile styling

This commit is contained in:
2022-11-03 11:36:19 +01:00
parent 90fd55828d
commit 336f9e4c4a
2 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,10 @@
h1 {
margin-top: 0;
}
@media screen and (max-width: 890px) {
padding: 20px;
}
}
footer {