From 3e03d692f6e6af87cdd5dd30a340da4ec19d9a9d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 23 Mar 2024 17:13:13 +0000 Subject: adds a new para --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 4c21a0d..ebb2b97 100644 --- a/style.css +++ b/style.css @@ -136,7 +136,7 @@ img { } .inner-grid_1 p { - font-size: 1.8rem; + font-size: 1.6rem; color: darkgray; padding-right: 100px; padding-top: 20px; @@ -306,7 +306,7 @@ a:hover{ @media only screen and (max-width: 1200px) { .inner-grid_1 p { text-align: left; - font-size: 1.8rem; + font-size: 1.7rem; padding-top: 10px; padding-right: 20px; } @@ -320,7 +320,7 @@ a:hover{ @media only screen and (max-width: 900px) { .inner-grid_1 p { text-align: left; - font-size: 1.3rem; + font-size: 1.2rem; padding-top: 10px; padding-right: 20px; } -- cgit v1.2.3