From a1577d98503a3e8ec7a5a89822031a5f9cc06ac4 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Sat, 19 Jun 2021 16:36:50 +0200 Subject: [PATCH] add spacing around qr code, change paragraph to span for footer link --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9918f08..f6823b1 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ </head> <style> #qrcode > * { - padding: 0 5%; + padding: 1rem 5%; max-width:90%; max-height:90%; width: 90%; @@ -54,6 +54,6 @@ </script> <footer> - <p><a href="https://legal.cccv.de/">Impressum und Datenschutzerklärung</a></p> + <span><a href="https://legal.cccv.de/">Impressum und Datenschutzerklärung</a></span> </footer> </html> -- GitLab