diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-15 21:33:55 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-15 21:33:55 -0400 |
commit | 944ba749c1f7ce257fa41118f2e10aaf934a8723 (patch) | |
tree | 7eeb6f4cbfb52111095a52a02ea6e537c34bc0b2 /static | |
parent | a3d2f7dcf1268d914121728f741a0974bba8ebe2 (diff) | |
download | carpentertutoring-944ba749c1f7ce257fa41118f2e10aaf934a8723.tar.xz carpentertutoring-944ba749c1f7ce257fa41118f2e10aaf934a8723.zip |
Diffstat (limited to 'static')
-rw-r--r-- | static/desktop.css | 17 |
1 files changed, 4 insertions, 13 deletions
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 |