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

@ -79,6 +79,12 @@ a:hover {
-moz-box-shadow: 0px 0px 0px -3px var(--border-alt);
box-shadow: 0px 0px 0px -3px var(--border-alt);
}
@media only screen and (max-width: 480px) {
.button {
font-size: 0.75em;
padding: 0.75em;
}
}
.normal-section {
display:flex;

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
}
}
}
}