mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-22 02:52:23 -06:00
show logo on closed nav
This commit is contained in:
parent
e181626b66
commit
160cc42e4e
12
_sass/utilities/_print.scss
Normal file
12
_sass/utilities/_print.scss
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
@media print{
|
||||||
|
.side-bar{
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
.main-nav, footer{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.main-content{
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
}
|
@ -3,3 +3,4 @@
|
|||||||
@import "./typography";
|
@import "./typography";
|
||||||
@import "./lists";
|
@import "./lists";
|
||||||
@import "./spacing";
|
@import "./spacing";
|
||||||
|
@import "./print";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user