1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Adjustments for printing

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-03-25 14:11:42 -07:00
parent 08478f5a81
commit b6fcbc0e4d
18 changed files with 242 additions and 144 deletions

View File

@@ -8,7 +8,6 @@
$borderRadius: .35em;
$avatarSize: 36px;
// zoom: 0.8;
font-size: 12px;
border: 1px solid $borderColor;
border-radius: .35em;
@@ -18,6 +17,8 @@
overflow-x: hidden;
overflow-y: auto;
page-break-inside: avoid;
@include media-breakpoint-up(md) {
&.capped { max-height: 700px; }
}