LANCommander/LANCommander.UI/Styles/_layout.scss

8 lines
109 B
SCSS
Raw Permalink Normal View History

2024-08-18 17:02:11 -05:00
.layout {
min-height: 100vh;
}
.ant-layout-content {
display: flex;
flex-direction: column;
}