From d2dd54caca19d3660e49c729828d52aa2bbb5716 Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Sun, 11 Jul 2021 10:49:28 -0700 Subject: Portrait orientation (#35) * Portrait orientation Adds a rotate button that toggle landscape and portrait orientation. Fixes #30 * Fix QRCode padding in portait orientation * Default to portrait on small screens --- src/style.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index b7819af..f29d097 100644 --- a/src/style.css +++ b/src/style.css @@ -4,7 +4,3 @@ body { .tag { line-height: 1.6; } -fieldset { - border-style: dashed; - border-color: #aaa; -} -- cgit v1.2.3