diff options
Diffstat (limited to 'static/desktop.css')
-rw-r--r-- | static/desktop.css | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/static/desktop.css b/static/desktop.css index 4d32d87..cdfcd34 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -1,6 +1,13 @@ @media only screen and (min-width: 700px) { + body { + font-size: 1.25em; + } + section { - padding: 3em; + padding-top: 3em; + padding-bottom: 2em; + padding-left: 15em; + padding-right: 15em; } nav { @@ -10,17 +17,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 +38,6 @@ flex-grow: 1; } - .signature img { - width: 30%; - } - .logo img { width: 15%; display: block; @@ -52,10 +46,11 @@ } .card { - padding: 2em; + padding: 1em; } - .modal .card { - width: 25%; + section.cards { + margin-left: 25%; + margin-right: 25%; } }
\ No newline at end of file |