From d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 10:10:00 -0400 Subject: feat: style changes for cards and banners and text size --- static/desktop.css | 9 --------- 1 file changed, 9 deletions(-) (limited to 'static/desktop.css') diff --git a/static/desktop.css b/static/desktop.css index cfe5b73..4d32d87 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -7,21 +7,12 @@ margin: 0; padding: 0; top: 0; - width: 100%; } div.buttons { flex-direction: row-reverse; } - .banner { - padding-top: 7em; - text-align: right; - background: linear-gradient(to right, - rgba(255, 255, 255, 0) 0%, - rgba(255, 255, 255, 1) 50%); - } - form { margin-right: 10%; margin-left: 10%; -- cgit v1.2.3