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

View file

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