Change 'justify-content' on .nav to 'flex-end'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2020-12-19 21:59:35 +01:00
parent b988805ea5
commit b7bd428129
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ iframe {
.nav { .nav {
display: flex; display: flex;
flex-flow: column wrap; flex-flow: column wrap;
justify-content: space-between; justify-content: flex-end;
&.nav-main { &.nav-main {
max-width: $large; max-width: $large;