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:
parent
920a134b6c
commit
3a8a19f349
1 changed files with 1 additions and 1 deletions
|
@ -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 }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue