diff --git a/src/browser/pages/global.css b/src/browser/pages/global.css index 1bd95497abf27a38c807c9fff70ad2c3dad2933a..9a22645bd1ba1ae9db698eb5e05b4145a5279aa5 100644 --- a/src/browser/pages/global.css +++ b/src/browser/pages/global.css @@ -1,7 +1,6 @@ html, body, -#root, -.center-container { +#root { height: 100%; width: 100%; } @@ -39,7 +38,9 @@ button { display: flex; flex-direction: column; justify-content: center; + min-height: 100%; padding: 20px; + width: 100%; } .card-box { diff --git a/src/browser/pages/home.css b/src/browser/pages/home.css index 698bbac334234e4562dc243dbec94ec1713a3ff7..8f3cb119553bf860389174d089079d7e6c22571f 100644 --- a/src/browser/pages/home.css +++ b/src/browser/pages/home.css @@ -4,6 +4,7 @@ .block-row > .item { flex: 1; + margin: 2px 0; } .block-row > .item.-row {