7 lines
129 B
CSS
7 lines
129 B
CSS
@media screen and (max-width: 1280px) {
|
|
/* Hide guild members sidebar */
|
|
.container_cbd271 {
|
|
display: none;
|
|
}
|
|
}
|