Skip to content

Commit

Permalink
fix: compress things slightly to allow for (extremely) long Other Nights
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Feb 12, 2024
1 parent eb16218 commit cd3f931
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
background-color: white;
margin-bottom: 5mm;
margin-left: 12mm;
margin-right: 12mm;
margin-right: 9mm;
margin-top: 5mm;
size: A5 landscape;
}
Expand Down Expand Up @@ -123,17 +123,18 @@ header {
.character-ability-reminder {
color: #708090;
font-family: 'Fira Sans', sans-serif;
font-size: 8pt;
font-size: 7pt;
font-weight: 200;
}
.character-block {
border: none;
break-inside: avoid-column;
margin-bottom: 2px;
margin-top: 2px;
/* this seems odd, but seems to help the player reference flow/line up better */
border: 2px solid #fff;
}
.character-block-nightinfo {
min-height: 40px;
min-height: 36px;
}
.character-block-player {
min-height: 55px;
Expand Down Expand Up @@ -184,8 +185,8 @@ header {
.character-reminder {
color: #000;
font-family: 'Fira Sans', sans-serif;
font-size: 8pt;
margin-top: 5px;
font-size: 7pt;
margin-top: 3px;
}
.character-type-demon,
.character-type-minion {
Expand Down

0 comments on commit cd3f931

Please sign in to comment.