diff --git a/src/style.css b/src/style.css index b37e3ae..457524b 100644 --- a/src/style.css +++ b/src/style.css @@ -26,3 +26,11 @@ body { width: 100%; height: 100% } + +.mcl-row { + display: flex; +} + +.mcl-column-50 { + flex: 50%; +} \ No newline at end of file