mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-23 08:46:50 +01:00
Register-Verification-sent.html - Make Texts inside Card Responsive
This commit is contained in:
parent
33ae887074
commit
9d7fef383d
1 changed files with 2 additions and 2 deletions
|
@ -71,12 +71,12 @@
|
|||
|
||||
<div class="card w-50">
|
||||
<div class="card-header" style="color: white;">
|
||||
<h2>Verify Your Email Address</h2>
|
||||
<h2 style="font-size:3vw;">Verify Your Email Address</h2>
|
||||
</div>
|
||||
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_IUWMcw.json" class="icon" background="transparent"
|
||||
speed="1" loop autoplay></lottie-player>
|
||||
<div class="card-body">
|
||||
<h5 class="card-text" style="color: #dedede;">Before proceeding, please check your email for a verification link
|
||||
<h5 class="card-text" style="color: #dedede;font-size:2vw">Before proceeding, please check your email for a verification link
|
||||
to verify your email address.</h5>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue