This commit is contained in:
parent
df399020c3
commit
ce2908f07a
1 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,8 @@
|
|||
margin: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
/* break after fourth page on large monitors */
|
||||
max-width: calc((74mm + 8mm) * 4);
|
||||
}
|
||||
.page {
|
||||
background-color: white;
|
||||
|
|
@ -48,8 +50,6 @@
|
|||
<div class="page">
|
||||
<h1>page 4</h1>
|
||||
</div>
|
||||
<!-- always break after fourth page even on wide screen -->
|
||||
<div style="flex-basis:100%"></div>
|
||||
<div class="page">
|
||||
<h1>page 5</h1>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue