resized large text for phones
This commit is contained in:
parent
c2da987f33
commit
cd6f146cd5
1 changed files with 16 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instructions-text--large, .pull-quote {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.column--med-10 {
|
.column--med-10 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -53,4 +57,16 @@
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instructions-text--large, .pull-quote {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 360px) {
|
||||||
|
|
||||||
|
body, button, input, textarea, label, select, option {
|
||||||
|
font-size: x-small;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue