Files
DRMUY/style/style.css
2023-07-26 02:31:07 -03:00

21 lines
270 B
CSS

@media (max-width: 600px) {
#cta-button-sidebar {
display: none;
}
#sidebar-toggle {
display: block;
}
.sidebar-text {
display: none;
}
}
.invisible {
visibility: hidden;
width: 0 !important;
}
.minWidth{
min-width: 220px !important;
}