diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-09-23 21:56:24 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-09-23 21:56:24 -0400 |
commit | a930dc361e1d6932ed9b3f4454ecdff95f124514 (patch) | |
tree | 784f639335c7c9f382647a7ed80b4fe7bf96a015 /desktop.css | |
parent | 209f3ccd2fec03f0fddfe7765e6b466bbc624380 (diff) | |
download | carpentertutoring-a930dc361e1d6932ed9b3f4454ecdff95f124514.tar.xz carpentertutoring-a930dc361e1d6932ed9b3f4454ecdff95f124514.zip |
feat: 2022 pricing and location refresh
Also policies.
Diffstat (limited to 'desktop.css')
-rw-r--r-- | desktop.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop.css b/desktop.css index 2f2b342..e6e18f6 100644 --- a/desktop.css +++ b/desktop.css @@ -1,4 +1,4 @@ -@media only screen and (min-width: 800px) { +@media only screen and (min-width: 700px) { section { padding: 3em; } @@ -29,7 +29,7 @@ table td, table th { - padding: 1em; + padding: 0.5em; } section.flexible { |