@@ -542,12 +542,15 @@ const saveRow = () => {
<style lang="scss" scoped>
body {
- min-height: 1024px;
background: #EAECED;
}
.container {
margin: 0 auto;
+ height: 100vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
.settings-nav {
display: flex;