From 011db90677b501c3ce9ddb6901b38b62e1e0bc47 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 21 Aug 2019 14:04:26 +0800 Subject: [PATCH] [O] Center the login panel --- src/components/login/login.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 7c44a6b..6ae5f5a 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -5,6 +5,10 @@ // Make it smaller width: 300px; + // Center + margin-left: auto; + margin-right: auto; + // Input bars .el-input {