Update CSS

This commit is contained in:
youngchief btw ツ 2022-01-22 16:40:17 -08:00
parent 808c8608b5
commit 145b704455
Signed by: youngchief
GPG Key ID: D0B82F3B62643A2D
1 changed files with 8 additions and 0 deletions

View File

@ -26,3 +26,11 @@ body {
width: 100%;
height: 100%
}
.mcl-row {
display: flex;
}
.mcl-column-50 {
flex: 50%;
}