Skip to content

Commit

Permalink
🔥 deleted: empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayngie committed Jan 21, 2024
1 parent 99a88f6 commit 7465fdc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/styles/StyledWrappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const Breadcrumbs = styled.section `
}
`;

/* ---------------------- Full page Layout ---------------------- */

export const StyledFullSection = styled.section `
Expand All @@ -33,7 +34,6 @@ export const StyledFullSection = styled.section `
align-items: center;
padding-bottom: 20%;
height: 100%; //för att det skulle bli blått ända ned i mobile... */
@media screen and (min-width: 1000px) {
padding-bottom: 5%;
height: 100%; //för att det skulle bli blått ända ned i desktop... */
Expand Down Expand Up @@ -66,7 +66,6 @@ export const StyledErrorPage = styled(StyledFullSection) `
} */
`;


/* ---------------------- Split page Layout ---------------------- */

export const StyledGrid = styled.section `
Expand All @@ -93,14 +92,12 @@ export const StyledAside = styled.aside `
border-bottom-right-radius: 15px;
border-left: none;
}
@media screen and (min-width: 1500px) {
padding-left: 4%;
}
@media screen and (min-width: 2000px) {
padding-left: 5%;
}
`;

export const StyledSplitSection = styled.section `
Expand All @@ -109,7 +106,6 @@ export const StyledSplitSection = styled.section `
flex-direction: column;
align-items: center;
@media screen and (min-width: 1000px) {
width: 85%;
Expand All @@ -135,18 +131,15 @@ export const StyledSideNav = styled.ul`
gap: 0%;
padding-top: 60%;
}
@media screen and (min-width: 1500px) {
padding-top: 45%;
}
@media screen and (min-width: 2000px) {
padding-top: 30%;
}
`;


/* ---------------------- Articles ---------------------- */

export const StyledArticle = styled.article `
Expand Down

0 comments on commit 7465fdc

Please sign in to comment.