From beda242291f76e9d086180f35aecda865fbe728c Mon Sep 17 00:00:00 2001 From: csestito Date: Wed, 10 Nov 2021 10:03:10 -0800 Subject: [PATCH] flexbox --- src/components/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/styles.module.css b/src/components/styles.module.css index ba57b9f4..69f2ce47 100755 --- a/src/components/styles.module.css +++ b/src/components/styles.module.css @@ -150,5 +150,5 @@ width: 100%; height: 100% !important; margin-bottom: 0px; - display: flex; + display: flex-box; } \ No newline at end of file