Skip to content

Commit

Permalink
fix: CORE - quickplay sheet - layout. fixed for printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Subject9x committed Jul 27, 2023
1 parent 26436ea commit 342ff24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
display: table;
}

.row-fill-64px{
min-height: 64px;
}
.row-fill-64px::after{
content:'';
clear:both;
display: table;
}
/*
Layout: navbar
*/
Expand Down
8 changes: 5 additions & 3 deletions src/html/layout/pages/rulebooks/rulebook_quickplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ <h3><b>LANDWAR</b> Quick Play</h3><h4>Core Rules</h4>
</div>
</div>
</div>

<div class="row-fill-64px"></div>
<div class="row-fill-64px"></div>
<div class="row-fill-64px"></div>

<div class="grd-row">
<div class="grd-row-col-3-6 rulePanel">
<div class="txt--center">
Expand Down Expand Up @@ -141,9 +146,6 @@ <h3><b>LANDWAR</b> Quick Play</h3><h4>Core Rules</h4>
</div>
</div>

<div class="row-fill-16px"></div>
<div class="row-fill-16px"></div>

<div class="grd-row">
<div class="grd-row-col-3-6 rulePanel">
<div class="txt--center">
Expand Down

0 comments on commit 342ff24

Please sign in to comment.