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 /header.php | |
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 'header.php')
-rw-r--r-- | header.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ Tutoring Excellence Online and in Hampton Roads, VA - Carpenter Tutoring, LLC </title> - <!--<link rel="stylesheet" href="/stylesheet.css" />--> <style> /* Colors */ :root { @@ -145,7 +144,7 @@ .card { font-size: 0.9em; background-color: white; - padding: 2em; + padding: 1em; border-radius: 1em; margin-left: 0; margin-right: 0; |