From 145b7044558ea0c0e5d56e0d461721bfd7d445ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= Date: Sat, 22 Jan 2022 16:40:17 -0800 Subject: [PATCH] Update CSS --- src/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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