From ec2db2223ba0663259593788ba9de8ad8e238702 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 23 Mar 2024 12:40:40 +0000 Subject: wip: reviews section --- style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 0fd1132..9318f16 100644 --- a/style.css +++ b/style.css @@ -273,6 +273,30 @@ header { color: #657c76; } +.reviews_grid { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 20px; + margin: 22px 10px 10px 0px; +} + +.reviews_img { + box-shadow: 2px 2px 2px lightgray; + border-radius: 5px; + margin-right: 20px; + max-width: 600px; + height: auto; +} + +.reviews_grid > div > q { + font-size: 1.2rem; + color: darkgray; + padding-right: 30px; + padding-top: 20px; + padding-bottom:100px + text-align: end; +} + .footer { margin-left: auto; margin-right: auto; -- cgit v1.2.3