Skip to content

Commit

Permalink
Merge pull request #183 from Team-Lecue/feature/DetailPage
Browse files Browse the repository at this point in the history
[ DetailPage ] dev 머지 PR입니다!
  • Loading branch information
jungwoo3490 authored Jan 18, 2024
2 parents 77b75cc + a67fbb0 commit 18e75d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export const LecueNoteListContainerWrapper = styled.div<{
isEditable: boolean;
}>`
width: 100vw;
min-height: calc(100vh - 28.1rem);
padding: 0 1.6rem;
padding-bottom: ${({ isEditable }) => isEditable && '12rem'};
Expand Down

0 comments on commit 18e75d3

Please sign in to comment.