Skip to content

Commit

Permalink
refactor :: 리페토링
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Sep 29, 2024
1 parent 6f8eb33 commit 832831c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/app/main/style.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from "styled-components";
export const Page = styled.div`
width: 100%;
height: 1000px;
height: 100vh;
`;
4 changes: 4 additions & 0 deletions src/components/common/sidebar/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ img{
@media (max-width: 1264px) {
justify-content: center;
gap: 0;
img{
width: 40px;
height: 40px;
}
}
`;

Expand Down
11 changes: 0 additions & 11 deletions src/components/pages/profile/index.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions src/components/pages/profile/style.ts

This file was deleted.

0 comments on commit 832831c

Please sign in to comment.