mirror of
https://github.com/thangisme/notes.git
synced 2024-11-20 04:36:07 -05:00
13 lines
154 B
SCSS
13 lines
154 B
SCSS
@media print{
|
|
.side-bar{
|
|
width: 100%;
|
|
height: auto;
|
|
.main-nav, footer{
|
|
display: none;
|
|
}
|
|
}
|
|
.main-content{
|
|
margin-left: 20px;
|
|
}
|
|
}
|