Skip to content

Commit

Permalink
media query added
Browse files Browse the repository at this point in the history
  • Loading branch information
t007rushi committed Apr 7, 2022
1 parent c2ddc9d commit 78ab512
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Layout/Header/note-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,11 @@
.header-righthm button {
display: none;
}

}

@media only screen and (min-width: 730px) {
.header-mid {
left: auto;
}
}

0 comments on commit 78ab512

Please sign in to comment.