Skip to content
Snippets Groups Projects
Commit a1577d98 authored by psy's avatar psy
Browse files

add spacing around qr code, change paragraph to span for footer link

parent b062c524
No related branches found
No related tags found
No related merge requests found
Pipeline #6774 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
</head> </head>
<style> <style>
#qrcode > * { #qrcode > * {
padding: 0 5%; padding: 1rem 5%;
max-width:90%; max-width:90%;
max-height:90%; max-height:90%;
width: 90%; width: 90%;
...@@ -54,6 +54,6 @@ ...@@ -54,6 +54,6 @@
</script> </script>
<footer> <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> </footer>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment