comments
This commit is contained in:
parent
320fcb9f7c
commit
2206303440
1 changed files with 9 additions and 1 deletions
|
@ -181,8 +181,12 @@
|
|||
}
|
||||
|
||||
|
||||
/* + + + + + wide page content + + + + + */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* min-width: 1024px */
|
||||
|
||||
@media @screen_min-md {
|
||||
|
||||
// wide page content
|
||||
.wide-content {
|
||||
.search.main-sidebar {
|
||||
p.toggleSearch {
|
||||
|
@ -215,7 +219,11 @@
|
|||
}
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* max-width: 1023px */
|
||||
|
||||
@media @screen_max-md {
|
||||
|
||||
// show when toggled
|
||||
body.show-mobile-sidebar {
|
||||
p.toggleSearch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue