Increased default width of `nav` on desktop+

This commit is contained in:
Fabio Manganiello 2023-03-26 23:10:46 +02:00
parent c0251ef2f7
commit cf91ab90df
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ nav {
}
@media screen and (min-width: $desktop) {
width: 16em;
min-width: 16em;
width: 20em;
min-width: 20em;
}
li {