Skip to content

Commit

Permalink
fix(styles): rm unnecessary nav
Browse files Browse the repository at this point in the history
  • Loading branch information
wei2912 committed Jul 17, 2024
1 parent a7bbb65 commit 83f015e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/styles/Header.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
.nav {
position: absolute;
flex: 2;
width: 100%;
height: 55px;
background-color: white;
border-bottom-style: solid;
border-width: 1px;
border-color: #cccccc;
}

@media only screen and (max-width: 639px) {
.nav-logo {
margin-top: auto;
Expand Down

0 comments on commit 83f015e

Please sign in to comment.