Fix homepage on mobile

This commit is contained in:
2020-07-15 11:40:39 +01:00
parent 2073d1094f
commit 64bb7ff2d5
3 changed files with 11 additions and 1 deletions

View File

@@ -206,4 +206,14 @@ nav a:hover {
padding-left: 2em;
border-left: 2px solid black;
}
#homepage-container {
flex-wrap: wrap;
}
.bigimage {
max-height: 20vh;
transform: skew(0deg);
}
a.button {
transform: skew(0deg);
}
}