6 lines
84 B
CSS
6 lines
84 B
CSS
@media screen and (max-width: 1366px) {
|
|
.membershipBtn {
|
|
display: none;
|
|
}
|
|
}
|