Skip to content

Commit

Permalink
fix: mobile search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorifor committed Dec 14, 2024
1 parent e6555d5 commit e941c6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,4 +526,12 @@ input[type="text"]:focus-visible {
.desktop {
display: none;
}

details.root > summary {
font-size: 1rem;
}

.root .search {
width: 38%;
}
}

0 comments on commit e941c6b

Please sign in to comment.