diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/style.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/style.scss b/data/style.scss index a5b3707..187b445 100644 --- a/data/style.scss +++ b/data/style.scss @@ -17,9 +17,6 @@ $themes: squirrel, archlinux, monokai, zenburn; @return $s; } -// make QR code expand and fill page -// -------------------------------------------------- - html.qr_code_page { width: 100vw; height: 100vh; @@ -39,8 +36,6 @@ html.qr_code_page svg { height: 80%; } -// -------------------------------------------------- - html { font-smoothing: antialiased; text-rendering: optimizeLegibility; |