Skip to content

Commit

Permalink
Update max-width in DownloadCountSlider and ExpireTime components
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Mar 30, 2024
1 parent e50bd5c commit a413655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DownLoadCountSlider/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/components/ExpireTime/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a413655

Please sign in to comment.