11 lines
178 B
SCSS
11 lines
178 B
SCSS
.content {
|
|
@extend .container-fluid;
|
|
}
|
|
|
|
@media(min-width:768px) {
|
|
#page-wrapper {
|
|
position: inherit;
|
|
margin: 0 0 0 250px;
|
|
padding: 0 30px;
|
|
}
|
|
} |