Skip to content

Commit

Permalink
fix: remove header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jun 8, 2019
1 parent bd033b6 commit df36126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export default {
top: 0;
height: calc(var(--header-height) - 1px);
background: var(--header-background);
padding: 0 20px;
@media (max-width: 768px) {
display: none;
Expand Down

0 comments on commit df36126

Please sign in to comment.