mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 16:40:26 +03:00
Added global styles
This commit is contained in:
21
src/scss/_print.scss
Normal file
21
src/scss/_print.scss
Normal file
@ -0,0 +1,21 @@
|
||||
@media print {
|
||||
body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
audio,
|
||||
embed,
|
||||
footer,
|
||||
form,
|
||||
header,
|
||||
iframe,
|
||||
nav,
|
||||
object,
|
||||
video {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user