diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 08:21:06 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 08:21:06 -0400 |
commit | fccd789b62d63853cf08bc7976a1743266fccac2 (patch) | |
tree | f65173683b83b2de6d0e9e3b2f91d174478cf1da /static/desktop.css | |
parent | 35401109bcb48643cb23098bddfd46dcf768432f (diff) | |
download | carpentertutoring-fccd789b62d63853cf08bc7976a1743266fccac2.tar.xz carpentertutoring-fccd789b62d63853cf08bc7976a1743266fccac2.zip |
feat: card left and right margins increased
Diffstat (limited to 'static/desktop.css')
-rw-r--r-- | static/desktop.css | 4 |
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 |