summaryrefslogtreecommitdiff
path: root/static/desktop.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/desktop.css')
-rw-r--r--static/desktop.css53
1 files changed, 15 insertions, 38 deletions
diff --git a/static/desktop.css b/static/desktop.css
index 7a20b0a..cdfcd34 100644
--- a/static/desktop.css
+++ b/static/desktop.css
@@ -1,37 +1,24 @@
@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 {
margin: 0;
padding: 0;
top: 0;
- width: 100%;
}
div.buttons {
- flex-direction: row-reverse;
- }
-
- .banner {
- padding-top: 7em;
- text-align: right;
- background: linear-gradient(
- to right,
- rgba(255, 255, 255, 0) 0%,
- rgba(255, 255, 255, 1) 50%
- );
- }
-
- form {
- margin-right: 10%;
- margin-left: 10%;
- }
-
- table td,
- table th {
- padding: 0.5em;
+ flex-direction: row;
+ justify-content: center;
}
section.flexible {
@@ -51,10 +38,6 @@
flex-grow: 1;
}
- .signature img {
- width: 30%;
- }
-
.logo img {
width: 15%;
display: block;
@@ -63,17 +46,11 @@
}
.card {
- padding: 2em;
- }
-
- #reviews .card,
- #offerings .card {
- display: block;
- flex: none;
- width: 20%;
+ padding: 1em;
}
- .modal .card {
- width: 25%;
+ section.cards {
+ margin-left: 25%;
+ margin-right: 25%;
}
-}
+} \ No newline at end of file