Skip to content

Commit d44e3e2

Browse files
committed
Mobile width.
1 parent 96dade2 commit d44e3e2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/app/theme/_layout.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,13 @@ html, body {
2121

2222
}
2323

24-
.content-wrap{
25-
position: relative;
26-
z-index: 0;
27-
height: 100%;
28-
}
29-
3024
.content-wrap {
3125
position: absolute;
3226
background-color: #CFD8DC;
3327
z-index: 1;
28+
height: 100%;
3429
left: 0;
30+
width: 100%;
3531
@media (min-width: $screen-sm) {
3632
width: calc(100% - #{$sidebar-width});
3733
left: $sidebar-width;

0 commit comments

Comments
 (0)