make navbar scroll horizontally on overflow

main
anna 3 years ago
parent c1dd70f497
commit d37b46ff06
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -133,6 +133,8 @@ a {
nav {
border-bottom: thin solid $color-primary;
overflow-x: auto;
white-space: nowrap;
ul {
list-style-type: none;

Loading…
Cancel
Save