Skip to content

Commit

Permalink
#227 design: 대시보드 페이지 내 padding 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
misung-dev committed Sep 6, 2024
1 parent fc5871c commit e29afec
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/pages/DashboardPage/DashboardAttendeePage.style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const DashboardAttendee = styled.div`
export const TopContainer = styled.div`
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
@media (max-width: ${BREAKPOINTS[0]}px) {
Expand Down
2 changes: 0 additions & 2 deletions src/pages/DashboardPage/DashboardInfoPage.style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const DashboardInfo = styled.div`
export const TopContainer = styled.div`
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
@media (max-width: ${BREAKPOINTS[0]}px) {
Expand All @@ -33,7 +32,6 @@ export const Title = styled.h1`
export const ButtonContainer = styled.div`
display: flex;
justify-content: flex-end;
padding: 10px 0;
gap: 10px;
`;

Expand Down
2 changes: 0 additions & 2 deletions src/pages/DashboardPage/DashboardMessagePage.style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const DashboardMessagePage = styled.div`
export const TopContainer = styled.div`
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
@media (max-width: ${BREAKPOINTS[0]}px) {
Expand All @@ -35,7 +34,6 @@ export const Title = styled.h1`
export const ButtonContainer = styled.div`
display: flex;
justify-content: flex-end;
padding: 10px 0;
gap: 10px;
`;

Expand Down
2 changes: 1 addition & 1 deletion src/pages/DashboardPage/DashboardPage.style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,6 @@ export const TooltipText = styled.div`
export const ButtonContainer = styled.div`
display: flex;
justify-content: flex-end;
padding: 10px 0;
/* padding: 10px 0; */
gap: 10px;
`;

0 comments on commit e29afec

Please sign in to comment.