Move print to top level (not util)

This commit is contained in:
Patrick Marsceill 2020-06-26 15:33:16 -04:00
parent 8715224655
commit b8602eb05d
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
2 changed files with 1 additions and 12 deletions

View File

@ -17,3 +17,4 @@
@import "./tables";
@import "./code";
@import "./utilities/utilities";
@import "./print";

View File

@ -1,12 +0,0 @@
@media print{
.side-bar{
width: 100%;
height: auto;
.main-nav, footer{
display: none;
}
}
.main-content{
margin-left: 20px;
}
}