Skip to content

Commit

Permalink
feat : update organisms/discountInformation/style.js (#85)
Browse files Browse the repository at this point in the history
할인 정보 css 수정
  • Loading branch information
JungYeonHwi committed Nov 2, 2023
1 parent 368ea6f commit c41be46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/organisms/discountInformation/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ import styled from 'styled-components';

const Div = styled.div`
display : flex;
gap : 40px;
gap : 10px;
margin-left : 10px;
margin-right : 10px;
overflow-x: scroll;
`

const ContentDiv = styled.div`
border: 1px solid black;
border-radius: 5px;
width : 100px;
text-align : center;
display : flex;
flex-direction : column;
gap : 3px;
padding : 8px;
height : 70px;
`

export { Div, ContentDiv };

0 comments on commit c41be46

Please sign in to comment.