From 0e51f81889589961783c9ee15871bbd14f2b9d69 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 28 Sep 2023 13:39:54 +0200 Subject: [PATCH] :bug: Fixing round in office active --- .../Layouts/Offices/OfficeInformations/classes.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/Components/Layouts/Offices/OfficeInformations/classes.module.scss b/src/front/Components/Layouts/Offices/OfficeInformations/classes.module.scss index 403eb7ec..d7f81108 100644 --- a/src/front/Components/Layouts/Offices/OfficeInformations/classes.module.scss +++ b/src/front/Components/Layouts/Offices/OfficeInformations/classes.module.scss @@ -5,18 +5,18 @@ display: flex; justify-content: space-between; align-items: center; + gap: 16px; @media (max-width: $screen-s) { flex-direction: column; align-items: flex-start; - gap: 16px; } .header-right { display: flex; align-items: center; gap: 16px; - + width: 150px; .round { width: 16px; height: 16px;