From 5acd01a1a936524d0cf7fb313a4a29bd1136b562 Mon Sep 17 00:00:00 2001 From: yoution Date: Wed, 21 Jul 2021 11:02:50 +0800 Subject: [PATCH] fix: issue #355 --- src/routes/CreateNewTeam/styles.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/CreateNewTeam/styles.module.scss b/src/routes/CreateNewTeam/styles.module.scss index 045668bd..bf5fb5aa 100644 --- a/src/routes/CreateNewTeam/styles.module.scss +++ b/src/routes/CreateNewTeam/styles.module.scss @@ -11,8 +11,8 @@ } } -@media only screen and (max-height: 859px) { +@media only screen and (max-height: 820px) { .logos { display: none; } -} \ No newline at end of file +}