Skip to content

Commit

Permalink
Remove extra padding of logo in xSmall
Browse files Browse the repository at this point in the history
  • Loading branch information
reyraa committed Apr 5, 2018
1 parent 829125e commit 808b524
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/header/header.css
Expand Up @@ -318,3 +318,9 @@
}
}
}

@media (--xSmall-viewport) {
.logo {
padding: 10px 0 7px;
}
}

0 comments on commit 808b524

Please sign in to comment.