Skip to content

Commit

Permalink
Update header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
good3n committed Jan 14, 2022
1 parent d988bd3 commit d26c09d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Header/Header.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components'
export const StyledHeader = styled.header`
position: relative;
z-index: 998;
padding: 2rem 0 3rem;
padding: 2rem 0;
.container {
position: relative;
Expand All @@ -13,10 +13,11 @@ export const StyledHeader = styled.header`
> div:first-of-type {
position: relative;
top: -20px;
top: -30px;
@media (max-width: 700px) {
@media (max-width: 900px) {
transform: scale(0.7);
top: -25px;
}
svg {
Expand Down

0 comments on commit d26c09d

Please sign in to comment.