summaryrefslogtreecommitdiff
path: root/static/desktop.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/desktop.css')
-rw-r--r--static/desktop.css17
1 files changed, 4 insertions, 13 deletions
diff --git a/static/desktop.css b/static/desktop.css
index 7a20b0a..cfe5b73 100644
--- a/static/desktop.css
+++ b/static/desktop.css
@@ -17,11 +17,9 @@
.banner {
padding-top: 7em;
text-align: right;
- background: linear-gradient(
- to right,
- rgba(255, 255, 255, 0) 0%,
- rgba(255, 255, 255, 1) 50%
- );
+ background: linear-gradient(to right,
+ rgba(255, 255, 255, 0) 0%,
+ rgba(255, 255, 255, 1) 50%);
}
form {
@@ -66,14 +64,7 @@
padding: 2em;
}
- #reviews .card,
- #offerings .card {
- display: block;
- flex: none;
- width: 20%;
- }
-
.modal .card {
width: 25%;
}
-}
+} \ No newline at end of file