Update print layout for title
This commit is contained in:
parent
62a5ee080d
commit
bdc9c7c64d
1 changed files with 11 additions and 1 deletions
|
@ -95,8 +95,18 @@ h1 {
|
|||
}
|
||||
}
|
||||
@media print {
|
||||
div.title {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr min-content;
|
||||
align-items: center;
|
||||
}
|
||||
div.title > img {
|
||||
margin-top: 0;
|
||||
grid-column: -1;
|
||||
margin: 0;
|
||||
}
|
||||
div.title > * {
|
||||
grid-row: 1;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue