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