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,11 +20,14 @@
} }
.interviews-nav-wrap { .interviews-nav-wrap {
@media (min-width: $desktop) {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
justify-content: flex-end; justify-content: flex-end;
position: relative; position: relative;
} }
}
.interviews-list { .interviews-list {