From 944ba749c1f7ce257fa41118f2e10aaf934a8723 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 15 May 2025 21:33:55 -0400 Subject: feat: k12 content, card formatting, begin style changes --- static/desktop.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'static') diff --git a/static/desktop.css b/static/desktop.css index 7a20b0a..cfe5b73 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -17,11 +17,9 @@ .banner { padding-top: 7em; text-align: right; - background: linear-gradient( - to right, - rgba(255, 255, 255, 0) 0%, - rgba(255, 255, 255, 1) 50% - ); + background: linear-gradient(to right, + rgba(255, 255, 255, 0) 0%, + rgba(255, 255, 255, 1) 50%); } form { @@ -66,14 +64,7 @@ padding: 2em; } - #reviews .card, - #offerings .card { - display: block; - flex: none; - width: 20%; - } - .modal .card { width: 25%; } -} +} \ No newline at end of file -- cgit v1.2.3