From 43bcb206817c7f8164e4ff7a64b3abb7ab775066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=BC=C3=9Fenguth?= Date: Fri, 16 Jul 2021 12:40:28 +0200 Subject: [PATCH] Added "reset-password" section --- static/ecogood.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/ecogood.css b/static/ecogood.css index 3ffa5ad..9550c35 100644 --- a/static/ecogood.css +++ b/static/ecogood.css @@ -53,6 +53,10 @@ a { color: #747474; } +.reset-password { + clear: both; +} + .epframe { margin: auto; max-width: 900px;