summaryrefslogtreecommitdiff
path: root/static/desktop.css
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-04 08:21:06 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-04 08:21:06 -0400
commitfccd789b62d63853cf08bc7976a1743266fccac2 (patch)
treef65173683b83b2de6d0e9e3b2f91d174478cf1da /static/desktop.css
parent35401109bcb48643cb23098bddfd46dcf768432f (diff)
downloadcarpentertutoring-fccd789b62d63853cf08bc7976a1743266fccac2.tar.xz
carpentertutoring-fccd789b62d63853cf08bc7976a1743266fccac2.zip
feat: card left and right margins increased
Diffstat (limited to 'static/desktop.css')
-rw-r--r--static/desktop.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/desktop.css b/static/desktop.css
index ec58f21..5a8edb2 100644
--- a/static/desktop.css
+++ b/static/desktop.css
@@ -50,7 +50,7 @@
}
section.cards {
- margin-left: 20%;
- margin-right: 20%;
+ margin-left: 25%;
+ margin-right: 25%;
}
} \ No newline at end of file