Make design responsive

This commit is contained in:
Chi Vinh Le
2018-07-12 18:38:49 -03:00
parent ec0adf8492
commit c60c4b3ef8
19 changed files with 190 additions and 46 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
*/
:root {
--spacing-unit: var(--spacing-unit-small);
--spacing-unit: calc(1px * var(--spacing-unit-small));
}
@media (min-width: $breakpoints-xs) {
:root {
--spacing-unit: var(--spacing-unit-large);
--spacing-unit: calc(1px * var(--spacing-unit-large));
}
}