Files
2023-12-22 12:35:55 +08:00

17 lines
196 B
CSS

@media (min-width: 768px) {
.sidebar {
width: 6rem !important;
}
}
@media (min-width: 768px) {
.sidebar {
width: 6rem !important;
}
}
hr.new2 {
border-top: 2px dashed gray;
}