5 lines
78 B
CSS
5 lines
78 B
CSS
@media (max-width: 768px) {
|
|
.toolbarbreak {
|
|
display: none;
|
|
}
|
|
} |