fix media queries temporarily

This commit is contained in:
Max Karkowski
2020-07-17 09:13:46 +02:00
committed by Bastian
parent 73865eb209
commit ed2a4241b8
16 changed files with 121 additions and 95 deletions

View File

@@ -1,3 +1,5 @@
@import '../../styles/sccs-vars.scss';
.footer-end {
font-size: 12px;
color: var(--color-gray-normal);
@@ -17,7 +19,7 @@
margin-top: 100px;
}
@media (--until-sm) {
@media (max-width: $until-sm) {
flex-direction: column;
align-items: center;
margin: 20px 0 0;
@@ -33,4 +35,4 @@
&__label {
margin: 0 10px 0 0;
}
}
}