Sizes <p> font up more on mobile
This commit is contained in:
parent
f1c30a39d3
commit
8dae53715f
@ -1387,6 +1387,13 @@ body#values {
|
||||
/* landscape tablets */
|
||||
@media (min-width: 768px)
|
||||
{
|
||||
/* article adjustments */
|
||||
main > article {
|
||||
p {
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* case study background handling */
|
||||
section#studies
|
||||
{
|
||||
@ -1483,7 +1490,7 @@ body#values {
|
||||
/* article adjustments */
|
||||
main > article {
|
||||
p {
|
||||
font-size: 1rem;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user