make navbar scroll horizontally on overflow

This commit is contained in:
anna 2021-02-25 22:09:32 +01:00
parent c1dd70f497
commit d37b46ff06
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

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