summaryrefslogtreecommitdiff
path: root/desktop.css
diff options
context:
space:
mode:
Diffstat (limited to 'desktop.css')
-rw-r--r--desktop.css53
1 files changed, 52 insertions, 1 deletions
diff --git a/desktop.css b/desktop.css
index 029d7e6..16360c3 100644
--- a/desktop.css
+++ b/desktop.css
@@ -1,5 +1,8 @@
-/* Desktop Layout */
@media only screen and (min-width: 800px) {
+ section {
+ padding: 3em;
+ }
+
nav {
flex-direction: row-reverse;
margin: 0;
@@ -18,4 +21,52 @@
rgba(255, 255, 255, 1) 50%
);
}
+
+ form {
+ margin-right: 10%;
+ margin-left: 10%;
+ }
+
+ table td,
+ table th {
+ padding: 1em;
+ }
+
+ section.flexible {
+ flex-direction: row;
+ }
+
+ section.flexible div,
+ section.flexible figure {
+ flex-basis: 0;
+ }
+
+ section.flexible div {
+ flex-grow: 2;
+ }
+
+ section.flexible figure {
+ flex-grow: 1;
+ }
+
+ .signature img {
+ width: 30%;
+ }
+
+ .logo img {
+ width: 15%;
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ #offerings .card {
+ display: block;
+ flex: none;
+ width: 20%;
+ }
+
+ .modal .card {
+ width: 25%;
+ }
}