Sizes <p> font up more on mobile

This commit is contained in:
Andrew Gioia 2026-05-06 15:54:28 -04:00
parent f1c30a39d3
commit 8dae53715f
Signed by: andrew
GPG Key ID: FC09694A000800C8

View File

@ -1387,6 +1387,13 @@ body#values {
/* landscape tablets */ /* landscape tablets */
@media (min-width: 768px) @media (min-width: 768px)
{ {
/* article adjustments */
main > article {
p {
font-size: 1.05rem;
}
}
/* case study background handling */ /* case study background handling */
section#studies section#studies
{ {
@ -1483,7 +1490,7 @@ body#values {
/* article adjustments */ /* article adjustments */
main > article { main > article {
p { p {
font-size: 1rem; font-size: 1.1rem;
} }
} }