summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-15 21:33:55 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-15 21:33:55 -0400
commit944ba749c1f7ce257fa41118f2e10aaf934a8723 (patch)
tree7eeb6f4cbfb52111095a52a02ea6e537c34bc0b2 /static
parenta3d2f7dcf1268d914121728f741a0974bba8ebe2 (diff)
downloadcarpentertutoring-944ba749c1f7ce257fa41118f2e10aaf934a8723.tar.xz
carpentertutoring-944ba749c1f7ce257fa41118f2e10aaf934a8723.zip
feat: k12 content, card formatting, begin style changesHEADmaster
Diffstat (limited to 'static')
-rw-r--r--static/desktop.css17
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