diff options
Diffstat (limited to 'static/desktop.css')
-rw-r--r-- | static/desktop.css | 17 |
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 |