From 2b0b81005c111684577b565b363612a0d41d111f Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 22 Mar 2024 08:03:19 +0000 Subject: wip --- style.css | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index c8c8446..a0383da 100644 --- a/style.css +++ b/style.css @@ -38,19 +38,6 @@ body { border-radius: 5px; } -/* .left-section { */ -/* background: white; */ -/* /1* background: rgb(h24, 221, 217, 0.27); *1/ */ -/* padding-left: 50px; */ -/* padding-top: 20px; */ -/* padding-bottom: 50px; */ -/* border: 0px solid; */ -/* border-color: lightgray; */ -/* border-radius: 5px; */ -/* margin-bottom: 10px; */ -/* margin-left: 20px; */ -/* } */ - .cell p { color: rgb(37, 95, 140, 0.8); font-size: 1.2rem; @@ -61,7 +48,6 @@ q { display: inline; } - q:before { content: open-quote; } @@ -107,12 +93,6 @@ img { } -.inner { - display: grid; - grid-template-columns: 1fr 1fr; -} - - a { font-size: inherit; color: #394f49; @@ -134,7 +114,7 @@ header { .inner-header { display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 2fr 1fr; gap: 10px; margin-bottom: 20px; } @@ -148,6 +128,7 @@ header { .info p { font-size: 1.1rem; + padding: 10px; } -- cgit v1.2.3