Fix form vertical alignment

Root cause was the splash image element was taller than the viewport,
and the form element was vertically centered along with that.

This never occured upstream because the splash image was always some
low-res garbage that had to be stretched to fill and didn't naturally
want to be taller.
This commit is contained in:
TLSM 2023-07-13 02:34:22 -04:00
parent 920a134b6c
commit 3a8a19f349
No known key found for this signature in database
GPG key ID: E745A82778055C7E

View file

@ -51,7 +51,7 @@
</div>
</div>
</div>
<div class="col-12 col-md-6 d-none d-md-block">
<div class="col-12 col-md-6 d-mob-none h-100">
<div class="splash-wrapper">
<div class="splash-overlay"></div>
<img alt="cover" loading="lazy" class="splash-img" src="{{ ('images/'~SITE_ID~'/cover.webp') | asset }}">