„styling.css“ ändern
This commit is contained in:
parent
4a28f67a38
commit
fe47b3771e
@ -59,5 +59,12 @@
|
|||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide on phone */
|
||||||
|
|
||||||
|
@media (max-width: 576px) {
|
||||||
|
.element {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user