mobile style fix

This commit is contained in:
Sharyn 2018-07-10 14:37:19 +02:00
parent c35302aac7
commit 970f36599f
1 changed files with 7 additions and 4 deletions

View File

@ -20,10 +20,13 @@
} }
.interviews-nav-wrap { .interviews-nav-wrap {
display: flex;
justify-content: space-between; @media (min-width: $desktop) {
justify-content: flex-end; display: flex;
position: relative; justify-content: space-between;
justify-content: flex-end;
position: relative;
}
} }
.interviews-list { .interviews-list {