reduces html font size on mobile break

This commit is contained in:
James
2020-05-20 15:19:40 -04:00
parent ff3b7e39ac
commit 8f879602eb
2 changed files with 10 additions and 0 deletions

View File

@@ -33,6 +33,12 @@
@include mid-break {
padding: $baseline;
&__header {
.pill {
top: - base(.0625);
}
}
&__search-input {
margin: 0;
}

View File

@@ -21,6 +21,10 @@ html {
line-height: $baseline-px;
background: $color-background-gray;
-webkit-font-smoothing: antialiased;
@include mid-break {
font-size: 12px;
}
}
html, body, #app {