mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-15 02:39:06 +03:00
Don't truncate content in Firefox print preview
This commit is contained in:
parent
e70a99243e
commit
d56bb5398e
1 changed files with 8 additions and 0 deletions
|
@ -254,10 +254,18 @@ ol ol {
|
|||
@media (--phone) {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
|
||||
@media print {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
Loading…
Add table
Reference in a new issue