From 140569721770d932a1d751c2755ebe483afee159 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 22 Mar 2024 09:54:34 +0000 Subject: wip --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 6983818..7f70df1 100644 --- a/style.css +++ b/style.css @@ -68,7 +68,7 @@ q:after { } img { - border-radius: 10px; + border-radius: 5px; margin-right: 20px; box-shadow: 3px 2px 2px lightgray; max-width: 400px; @@ -118,7 +118,6 @@ img { .inner-grid_1 p { text-align: left; font-size: 1.5rem; - padding: 0; padding-top: 1px; margin-bottom: 5px; } @@ -139,8 +138,9 @@ img { @media only screen and (max-width: 900px) { .inner-grid_1 p { text-align: left; - font-size: 1.5rem; + font-size: 1.4rem; padding-top: 10px; + padding-right: 20px; } } -- cgit v1.2.3