header: fix menu items overflow instead of horizontal scroll #99

- broken by https://git.io/JIfLS
This commit is contained in:
Aditya Telange 2020-12-01 08:36:08 +05:30
parent 29797a7464
commit dc743ae5e2
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -16,6 +16,9 @@
.menu {
display: flex;
margin: auto var(--gap);
}
.logo {
flex-wrap: inherit
}