From b8976f2ac4ca212b563f50df928922307751fb0b Mon Sep 17 00:00:00 2001 From: f0x Date: Wed, 15 May 2019 00:58:53 +0200 Subject: [PATCH] center login screen --- public/scss/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/scss/style.scss b/public/scss/style.scss index 6e47c2a..c56844d 100644 --- a/public/scss/style.scss +++ b/public/scss/style.scss @@ -86,6 +86,7 @@ body { display: flex; justify-content: center; flex-direction: column; + grid-column-start: span 2; input, label, button, span { font-size: 140%; @@ -168,8 +169,8 @@ body { position: relative; display: grid; box-sizing: border-box; - //grid-template-columns: 15% 85%; justify-content: center; + grid-template-columns: 15% 85%; } .sidebar, .main {