Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicamon committed Jul 5, 2024
1 parent 99a2510 commit 52038f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
display: flex;
font-size: 1.3em;
font-weight: bold;
position: absolute;
left: 5%;
}

Expand All @@ -23,17 +24,16 @@
align-items: center;
font-size: 1em;
font-weight: bold;
position: absolute;
right: 5%;
}

@media only screen and (max-width: 767px) {
.nav {
align-items: center;
justify-content: center;
.nav>.title:nth-child(1) {
font-size: 0.5em;
}

.nav>.title:nth-child(1) {
font-size: 0em;
left: 0%;
.nav>.title:nth-child(2) {
font-size: 0.3em;
}
}

0 comments on commit 52038f5

Please sign in to comment.