diff options
author | 53hornet <atc@53hor.net> | 2021-07-06 10:15:25 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-07-06 10:15:25 -0400 |
commit | e30586838607194502f28c7fc31d54d0d3fe64a0 (patch) | |
tree | f5405706c7f766e0d140deb5a31cdb0a7f453040 /desktop.css | |
parent | 45c9d3fdfe50490219010ca70b428a8913d353d7 (diff) | |
download | carpentertutoring-e30586838607194502f28c7fc31d54d0d3fe64a0.tar.xz carpentertutoring-e30586838607194502f28c7fc31d54d0d3fe64a0.zip |
fixed email address scrolling off side of form, removed dupe stylesheet
Diffstat (limited to 'desktop.css')
-rw-r--r-- | desktop.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop.css b/desktop.css index 3eefde5..2f2b342 100644 --- a/desktop.css +++ b/desktop.css @@ -60,6 +60,10 @@ margin-right: auto; } + .card { + padding: 2em; + } + #reviews .card, #offerings .card { display: block; |