From a41365528bfafc71ff9665943493ae812524ccfa Mon Sep 17 00:00:00 2001 From: minpeter Date: Sat, 30 Mar 2024 18:55:41 +0900 Subject: [PATCH] Update max-width in DownloadCountSlider and ExpireTime components --- src/components/DownLoadCountSlider/styled.ts | 1 + src/components/ExpireTime/styled.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/DownLoadCountSlider/styled.ts b/src/components/DownLoadCountSlider/styled.ts index 70010d3..cd99217 100644 --- a/src/components/DownLoadCountSlider/styled.ts +++ b/src/components/DownLoadCountSlider/styled.ts @@ -2,6 +2,7 @@ import styled from '@emotion/styled'; export const DownloadCountContainer = styled.div` width: 70%; + max-width: 70rem; display: flex; flex-direction: column; margin-top: 2rem; diff --git a/src/components/ExpireTime/styled.ts b/src/components/ExpireTime/styled.ts index 94da5c8..49c2188 100644 --- a/src/components/ExpireTime/styled.ts +++ b/src/components/ExpireTime/styled.ts @@ -2,6 +2,7 @@ import styled from '@emotion/styled'; export const ExpireTimeContainer = styled.div` width: 70%; + max-width: 70rem; display: flex; justify-content: space-between; align-items: center;