From a9a302b7eda675413ee517778e5a82186a9a5e0d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 22 Mar 2024 16:23:09 +0000 Subject: Tweaked the media selectors --- style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 13b3d76..7a30044 100644 --- a/style.css +++ b/style.css @@ -131,7 +131,7 @@ img { } .inner-grid_1 p { - font-size: 1.6rem; + font-size: 2.0rem; color: darkgray; padding-right: 100px; padding-top: 100px; @@ -185,10 +185,19 @@ img { } } +@media only screen and (max-width: 1200px) { + .inner-grid_1 p { + text-align: left; + font-size: 2.0rem; + padding-top: 10px; + padding-right: 20px; + } +} + @media only screen and (max-width: 900px) { .inner-grid_1 p { text-align: left; - font-size: 1.4rem; + font-size: 1.3rem; padding-top: 10px; padding-right: 20px; } -- cgit v1.2.3