Skip to content

Commit

Permalink
💄 style: changed background color for header and added padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayngie committed Jan 20, 2024
1 parent d86fd20 commit 4d6f27b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styles/layout/header/StyledHeader.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from "styled-components";

export const StyledHeader = styled.header`
background-color: white;
background-color: #FFFCFC;
padding: 2%;
padding-top: 5%;
Expand Down
2 changes: 2 additions & 0 deletions src/components/styles/layout/header/StyledLogo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ export const StyledLogoText = styled.span `
`;

export const LogoWrapper = styled.div `
padding-top: 4%;
width: 60%;
@media screen and (min-width: 1200px) {
padding: 1%;
width: 100%;
}
Expand Down

0 comments on commit 4d6f27b

Please sign in to comment.