fix fullpage on mobile
All checks were successful
the build was successful

This commit is contained in:
kolaente 2018-12-23 22:25:57 +01:00
parent 89f65f91f3
commit 3d31093d46
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -7,11 +7,15 @@
right: 0;
bottom: 0;
padding: 10vh 20vw;
padding: 15vh 20vh;
background: $vikunja-blue;
color: $vikunja-light-text;
font-size: 2em;
@media screen and (max-width: $tablet) {
padding: 20vw 10vw;
}
input{
background: transparent;
border: none;