mirror of https://github.com/thangisme/notes.git
Move print to top level (not util)
parent
8715224655
commit
b8602eb05d
|
@ -17,3 +17,4 @@
|
|||
@import "./tables";
|
||||
@import "./code";
|
||||
@import "./utilities/utilities";
|
||||
@import "./print";
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
@media print{
|
||||
.side-bar{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
.main-nav, footer{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.main-content{
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue