From b54fe0d3652c4cd043c8dd32958adf6177a3ca67 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 26 Oct 2020 10:11:56 -0500 Subject: [PATCH] Some fixes --- templates/base.html | 13 ++++++++++++- templates/join.html | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 45ce16d..5794402 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,6 +19,11 @@ --color-darkGrey: #777; --color-success: #222222; } + .card { + webkit-box-shadow: unset; + box-shadow: unset; + border: 1px solid var(--color-grey) !important; + } @font-face { font-family: 'CaviarDreams'; src: url('/fonts/CaviarDreams.ttf') format('truetype'); @@ -45,6 +50,12 @@ height: 100px; object-fit: scale-down; } + .join-desc { + + } + img { + max-width: unset; + } .bg-image { position: fixed; left: 0; @@ -76,7 +87,7 @@