9 lines
110 B
SCSS
Vendored
9 lines
110 B
SCSS
Vendored
.sidebar .box {
|
|
width: CALC(100% - 38px);
|
|
}
|
|
@media (max-width: 768px) {
|
|
.sidebar {
|
|
width: 100%;
|
|
}
|
|
}
|