Merge branch 'subnav-scroll' into 'master'

Make navigation scrollable when browser too narrow

See merge request zombi/website!23
This commit is contained in:
paul 2020-01-09 21:48:18 +01:00
commit ac5edd438f
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ body {
margin: 0 auto;
bottom: 0;
width: 100%;
white-space: nowrap;
overflow-x: auto;
}
.header-subnav li {