diff --git a/.gitignore b/.gitignore index 32f539a..2113917 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.zip SVG_* -etichetta.png \ No newline at end of file +etichetta.png +*.swp +*.swo diff --git a/css/qrihs.css b/css/qrihs.css index 17ea3ad..d5b7a91 100644 --- a/css/qrihs.css +++ b/css/qrihs.css @@ -1,5 +1,5 @@ h1 { - margin-top: 3rem; + margin-top: 1.5rem; } canvas { margin: 0 auto; @@ -28,4 +28,7 @@ footer { .main { width: 65vw; } -} \ No newline at end of file +} +.preview { + margin-bottom: 10px; +} diff --git a/index.html b/index.html index c8fab8c..c09b471 100644 --- a/index.html +++ b/index.html @@ -32,10 +32,10 @@