diff options
| author | Ben Woodward <ben@bdw.to> | 2021-07-11 10:49:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 10:49:28 -0700 |
| commit | d2dd54caca19d3660e49c729828d52aa2bbb5716 (patch) | |
| tree | ac08cce8dfe4ab541fe82ea7b4034cff2cf0a10a /src/style.css | |
| parent | 3c777e31e5f01b543a8bf213c6c9733920ee53fb (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.css | 4 |
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 | } |
| 7 | fieldset { | ||
| 8 | border-style: dashed; | ||
| 9 | border-color: #aaa; | ||
| 10 | } | ||
