aboutsummaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-11 10:49:28 -0700
committerGitHub <noreply@github.com>2021-07-11 10:49:28 -0700
commitd2dd54caca19d3660e49c729828d52aa2bbb5716 (patch)
treeac08cce8dfe4ab541fe82ea7b4034cff2cf0a10a /src/style.css
parent3c777e31e5f01b543a8bf213c6c9733920ee53fb (diff)
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
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 0 insertions, 4 deletions
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 {
4.tag { 4.tag {
5 line-height: 1.6; 5 line-height: 1.6;
6} 6}
7fieldset {
8 border-style: dashed;
9 border-color: #aaa;
10}