14 lines
184 B
Sass
Executable File
14 lines
184 B
Sass
Executable File
@import "bootstrap/responsive"
|
|
|
|
@media (max-width: 1300px)
|
|
|
|
body.fixed-top
|
|
top: 0
|
|
|
|
#content
|
|
background-color: white
|
|
width: 100%
|
|
margin-left: 0
|
|
|
|
.page-sidebar
|
|
display: none |