Skip to content

Commit

Permalink
updating logo padding #26
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed Mar 26, 2021
1 parent 62687fa commit e12de92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/header/header-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ export const Logo = styled.div`
font-weight: bold;
font-size: 24px;
padding-top: 32px;
padding-left: 80px;
@media (max-width: ${dimensions.maxwidthTablet}px) {
text-align: center;
font-size: 20px;
padding-top: 24px;
padding-left: 0px;
}
`

Expand Down

0 comments on commit e12de92

Please sign in to comment.