reduces html font size on mobile break
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
@include mid-break {
|
||||
padding: $baseline;
|
||||
|
||||
&__header {
|
||||
.pill {
|
||||
top: - base(.0625);
|
||||
}
|
||||
}
|
||||
|
||||
&__search-input {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user