From 2d4ada80b718bca054dc46a03fef520fedab1f58 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 22 Nov 2018 06:45:23 +0000 Subject: [PATCH] Fix firefox rendering (fixes #4) --- passmate.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/passmate.css b/passmate.css index 5537cb2..47ee662 100644 --- a/passmate.css +++ b/passmate.css @@ -8,7 +8,7 @@ @font-face { font-family: 'inconsolata'; src: url('inconsolata-bold.woff2') format('woff2'); - font-weight: 400; + font-weight: 700; font-display: block; } @@ -110,7 +110,6 @@ overview ol > li { * Print **********/ side { - page-break-before: always; page-break-inside: avoid; width: 100%; @@ -207,7 +206,7 @@ recovery { passwordBlock { display: grid; margin-bottom: 1.5em; - font-size: 1.5em; + font-size: 1.4em; grid-template: [password-start] "passwordLabel password" [password-end] @@ -226,6 +225,7 @@ password { display: block; font-family: 'inconsolata'; font-weight: 700; + font-size: 1.1em; } passwordSymbols {