From 7465fdc6eb129e20fbf96c9081c19b6b0157fd1b Mon Sep 17 00:00:00 2001 From: Ayngie Date: Sun, 21 Jan 2024 22:16:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20deleted:=20empty=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/styles/StyledWrappers.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/styles/StyledWrappers.ts b/src/components/styles/StyledWrappers.ts index f4b3a30..3a79389 100644 --- a/src/components/styles/StyledWrappers.ts +++ b/src/components/styles/StyledWrappers.ts @@ -25,6 +25,7 @@ export const Breadcrumbs = styled.section ` } `; + /* ---------------------- Full page Layout ---------------------- */ export const StyledFullSection = styled.section ` @@ -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... */ @@ -66,7 +66,6 @@ export const StyledErrorPage = styled(StyledFullSection) ` } */ `; - /* ---------------------- Split page Layout ---------------------- */ export const StyledGrid = styled.section ` @@ -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 ` @@ -109,7 +106,6 @@ export const StyledSplitSection = styled.section ` flex-direction: column; align-items: center; - @media screen and (min-width: 1000px) { width: 85%; @@ -135,7 +131,6 @@ export const StyledSideNav = styled.ul` gap: 0%; padding-top: 60%; } - @media screen and (min-width: 1500px) { padding-top: 45%; } @@ -143,10 +138,8 @@ export const StyledSideNav = styled.ul` @media screen and (min-width: 2000px) { padding-top: 30%; } - `; - /* ---------------------- Articles ---------------------- */ export const StyledArticle = styled.article `