From 3bab0685480ee88a61fd7729b83b49d1c90fa7fd Mon Sep 17 00:00:00 2001 From: foxholic9 Date: Mon, 17 Jun 2024 00:59:41 +0900 Subject: [PATCH] =?UTF-8?q?Style:=20=EB=8C=80=EC=8B=9C=EB=B3=B4=EB=93=9C?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 헤더의 대시보드이름 보이는 부분 왼쪽 정렬로 수정 태블릿, 모바일일 때 칼럼 추가 버튼 마진 추가 --- .../components/ColumnList/ColumnList.module.scss | 6 ++++++ .../components/GnbHeader/GnbHeader.module.scss | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/dashboard.{dashboardid}/components/ColumnList/ColumnList.module.scss b/src/pages/dashboard.{dashboardid}/components/ColumnList/ColumnList.module.scss index 3fce8d4..dc2b9c3 100644 --- a/src/pages/dashboard.{dashboardid}/components/ColumnList/ColumnList.module.scss +++ b/src/pages/dashboard.{dashboardid}/components/ColumnList/ColumnList.module.scss @@ -7,4 +7,10 @@ padding-left: 1.25rem; padding-right: 3rem; } + @include tablet { + margin: 1.25rem; + } + @include mobile { + margin: 0.75rem; + } } diff --git a/src/pages/dashboard.{dashboardid}/components/GnbHeader/GnbHeader.module.scss b/src/pages/dashboard.{dashboardid}/components/GnbHeader/GnbHeader.module.scss index 253dd66..886c3de 100644 --- a/src/pages/dashboard.{dashboardid}/components/GnbHeader/GnbHeader.module.scss +++ b/src/pages/dashboard.{dashboardid}/components/GnbHeader/GnbHeader.module.scss @@ -22,7 +22,7 @@ } .TitleContainer { display: flex; - justify-content: center; + justify-content: left; align-items: center; gap: 10px; min-width: 150px;