diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
commit | d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (patch) | |
tree | c397548f48b5c3f3fa92ff19e6f1a55839f41bb7 /static | |
parent | 944ba749c1f7ce257fa41118f2e10aaf934a8723 (diff) | |
download | carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.tar.xz carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.zip |
feat: style changes for cards and banners and text size
Diffstat (limited to 'static')
-rw-r--r-- | static/desktop.css | 9 |
1 files changed, 0 insertions, 9 deletions
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%; |