Mobile styling
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-11-28 13:13:20 +01:00
parent 693d89bf4c
commit 468ec9c2c5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -51,5 +51,9 @@
margin: 0 auto 8px;
box-shadow: none;
}
@media screen and (max-width: ($tablet)) {
width: calc(100vw - 4rem);
}
}
}