center login screen

master
f0x 5 years ago
parent d731e85454
commit b8976f2ac4

@ -86,6 +86,7 @@ body {
display: flex; display: flex;
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
grid-column-start: span 2;
input, label, button, span { input, label, button, span {
font-size: 140%; font-size: 140%;
@ -168,8 +169,8 @@ body {
position: relative; position: relative;
display: grid; display: grid;
box-sizing: border-box; box-sizing: border-box;
//grid-template-columns: 15% 85%;
justify-content: center; justify-content: center;
grid-template-columns: 15% 85%;
} }
.sidebar, .main { .sidebar, .main {

Loading…
Cancel
Save