diff --git a/index.html b/index.html index 9918f087db4a3dc07f85db63f6467ce9d74ffdd9..f6823b176f427071688db41b7d70353c5e167acf 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>