diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 19:45:44 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 19:45:44 -0400 |
commit | 7b23f7ff329bd463ae2e8736390b479bf5501a5f (patch) | |
tree | 3b6f3f2128e42dafd987ebd55f91f5beba0c44c7 /static/desktop.css | |
parent | 06aa80c432b3e0b3bab35057f62c4fab7abea52e (diff) | |
download | carpentertutoring-7b23f7ff329bd463ae2e8736390b479bf5501a5f.tar.xz carpentertutoring-7b23f7ff329bd463ae2e8736390b479bf5501a5f.zip |
Diffstat (limited to 'static/desktop.css')
-rw-r--r-- | static/desktop.css | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/static/desktop.css b/static/desktop.css index 4d32d87..acbf1a6 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -1,4 +1,8 @@ @media only screen and (min-width: 700px) { + body { + font-size: 1.25em; + } + section { padding: 3em; } @@ -10,17 +14,8 @@ } div.buttons { - flex-direction: row-reverse; - } - - form { - margin-right: 10%; - margin-left: 10%; - } - - table td, - table th { - padding: 0.5em; + flex-direction: row; + justify-content: center; } section.flexible { @@ -40,10 +35,6 @@ flex-grow: 1; } - .signature img { - width: 30%; - } - .logo img { width: 15%; display: block; @@ -52,10 +43,12 @@ } .card { - padding: 2em; + padding: 1em; + font-size: 1.5em; } - .modal .card { - width: 25%; + section.cards { + margin-left: 20%; + margin-right: 20%; } }
\ No newline at end of file |