[O] Center the login panel

This commit is contained in:
Hykilpikonna
2019-08-21 14:04:26 +08:00
parent f7a43b3d86
commit 011db90677
+4
View File
@@ -5,6 +5,10 @@
// Make it smaller
width: 300px;
// Center
margin-left: auto;
margin-right: auto;
// Input bars
.el-input
{