Fix homepage bg issue
This commit is contained in:
parent
e16be5dc46
commit
9e2d571298
|
@ -1,4 +1,4 @@
|
||||||
.page-bg {
|
.view {
|
||||||
background: url("/slides/06.png")no-repeat center center;
|
background: url("/slides/06.png")no-repeat center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
<h5>Welcome to our team management center!</h5>
|
<h5>Welcome to our team management center!</h5>
|
||||||
<br>
|
<br>
|
||||||
<p>Here, you can apply for open staff member positions, view your application status, and manage your profile. </p>
|
<p>Here, you can apply for open staff member positions, view your application status, and manage your profile. </p>
|
||||||
<p>Sign up with Twitch or Email to continue.</p>
|
<p>Sign up with Email to continue.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
|
||||||
<div class="card">
|
<div class="card mt-3">
|
||||||
|
|
||||||
<div class="card-header text-center">
|
<div class="card-header text-center">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue