mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 03:36:27 -05:00
Move print to top level (not util)
This commit is contained in:
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
Block a user