delete name tag on mobiles
This commit is contained in:
@ -93,6 +93,11 @@
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* hide name tag on mobiles */
|
||||
#nameTag {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 600px) {
|
||||
|
Reference in New Issue
Block a user