From 19aa9a0c7dfeaf7d2ab809fd8c6afd53705d7c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20S?= Date: Wed, 31 Aug 2022 17:41:45 +0200 Subject: [PATCH] Fixed QR alignment in index form --- src/views/index.ejs | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/views/index.ejs b/src/views/index.ejs index 77629b5..4907af2 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -25,16 +25,8 @@ section div { row-gap: .5rem; column-gap: .5rem; } -.maker button, -.maker input[type="submit"] { - margin-bottom: auto; -} .code { - display: grid; - grid-template-rows: auto auto; - grid-template-columns: auto; - row-gap: 1rem; - + grid-column: 1; background-size: contain; background-position: top center; background-repeat: no-repeat; @@ -42,6 +34,10 @@ section div { min-height: 210px; min-width: 210px; } +.maker button, +.maker input[type="submit"] { + margin-bottom: auto; +}