diff --git a/src/assets/styles/_dataChart.scss b/src/assets/styles/_dataChart.scss index 793f633..8df5848 100644 --- a/src/assets/styles/_dataChart.scss +++ b/src/assets/styles/_dataChart.scss @@ -11,7 +11,8 @@ } .tab { - width: 47.7rem; + // width: 47.7rem; + width: 100%; text-align: center; height: 5.9rem; color: $base-white; @@ -49,15 +50,7 @@ .chart-tabs { display: flex; width: 100%; - justify-content: space-between; - - // .active { - // background: #4b8dff; - - // &::after { - // display: none; - // } - // } + gap: 2.4rem; .active.tab::after { height: 100%; @@ -72,7 +65,6 @@ @media (max-width: 1500px) { .tab { - width: 30%; height: 5.9rem; font-size: 1.8rem; }