Skip to content

Commit

Permalink
🎨 remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Feb 16, 2023
1 parent 58f66b4 commit 604013e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/open_inwoner/scss/components/Header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,15 @@ $vm: var(--spacing-large);
height: 100%;
padding: 8px 8px 8px 0;
box-sizing: border-box;
background-color: lavender;
width: fit-content;

@media (min-width: 768px) {
height: auto;
grid-column: 1 / span 6;
margin: var(--spacing-large) var(--spacing-large) var(--spacing-large) 0;
width: fit-content;
}
@media (max-width: 767px) {
padding: 8px;
width: fit-content;
}
}

Expand Down

0 comments on commit 604013e

Please sign in to comment.