💄 Update responsie behaviour

This commit is contained in:
Moritz Kröger 2019-05-05 20:00:53 +02:00
parent ad2c5c22ed
commit 5a7c0f7fdd
2 changed files with 7 additions and 1 deletions

View file

@ -262,7 +262,7 @@
position: relative;
z-index: 2;
@media (max-width: 650px) {
@media (max-width: 730px) {
flex-direction: column;
justify-content: center;
align-items: center;

View file

@ -137,6 +137,12 @@
li {
margin-right: $base-gap;
}
@media (max-width: 380px) {
li {
margin-right: calc(#{$base-gap} / 2);
}
}
}
a {