mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-04-17 04:26:46 +02:00
21 lines
240 B
SCSS
21 lines
240 B
SCSS
@charset "UTF-8";
|
|
|
|
@import "base/generic";
|
|
|
|
.showInPrintView {
|
|
display: none;
|
|
}
|
|
|
|
.language-text {
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
@media print {
|
|
.hideInPrintView {
|
|
display: none;
|
|
}
|
|
|
|
.showInPrintView {
|
|
display: initial;
|
|
}
|
|
} |