Skip to content

Commit

Permalink
Merge pull request #144 from VasylievYurii/FixScrollDiary
Browse files Browse the repository at this point in the history
Fix Scroll Diary
  • Loading branch information
VasylievYurii authored Nov 20, 2023
2 parents e5e621e + 9dc90ea commit f02965c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/pages/Diary/Diary.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ export const SectionsWrapTitle = styled.div`
display: flex;
justify-content: space-between;
align-items: center;
@media screen and (min-width: 1440px) {
margin-right: 8px;
}
`;

export const DiaryTitle = styled.h3`
Expand Down Expand Up @@ -128,7 +132,7 @@ export const DiarySupTitleTablet = styled.li`
`;

export const DiaryLists = styled.ul`
width: 100%;
/* width: 100%; */
display: flex;
flex-direction: column;
gap: 40px;
Expand All @@ -152,7 +156,9 @@ export const DiaryLists = styled.ul`
@media screen and (min-width: 1440px) {
margin-left: 16px;
padding-right: 16px;
padding-right: 0px;
/* padding-right: 16px; */
}
`;

Expand Down

0 comments on commit f02965c

Please sign in to comment.