LANCommander/LANCommander.UI/Styles/_layout.scss
2024-08-18 17:02:11 -05:00

8 lines
No EOL
109 B
SCSS

.layout {
min-height: 100vh;
}
.ant-layout-content {
display: flex;
flex-direction: column;
}