1
0
mirror of https://github.com/thangisme/notes.git synced 2024-11-20 04:36:07 -05:00
notes/_sass/utilities/_print.scss
2020-06-25 07:43:12 -07:00

13 lines
154 B
SCSS

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