new layout

This commit is contained in:
Set Sakrecoer 2020-12-11 13:45:24 +01:00
parent 6c6d9d08d8
commit d0a3383f20
11 changed files with 30 additions and 9 deletions

View file

@ -156,6 +156,15 @@ body {
.splash-logo {
padding: 20px 0;
}
}
@media only screen and (max-width: 480px) {
.description {
h1 {
font-size: 1.1em
}
}
}
}