Fixed dome styling issues with password reset section and footer

This commit is contained in:
Christian Süßenguth
2021-07-16 12:47:04 +02:00
parent 43bcb20681
commit af98e24429

View File

@@ -46,7 +46,7 @@ a {
} }
.footer { .footer {
margin-top: 10rem; margin-top: 5rem;
} }
.footer > p > a, .footer > p > a:visited, .footer > p > a:active { .footer > p > a, .footer > p > a:visited, .footer > p > a:active {
@@ -55,6 +55,7 @@ a {
.reset-password { .reset-password {
clear: both; clear: both;
padding-top: 0.5rem;
} }
.epframe { .epframe {