delete name tag on mobiles

This commit is contained in:
lukas-heiligenbrunner
2020-03-22 18:07:58 +01:00
parent c32b972bdb
commit 6c3fecaf68
2 changed files with 6 additions and 1 deletions

View File

@ -93,6 +93,11 @@
height: 300px;
width: 100%;
}
/* hide name tag on mobiles */
#nameTag {
display: none;
}
}
@media only screen and (min-width: 600px) {