Skip to content

Commit 922ba3e

Browse files
committed
Update login view styling
1 parent 821e435 commit 922ba3e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

resources/views/login.blade.php

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
text-align: center;
2121
font-size: 20px;
2222
}
23+
.stagefront-form {
24+
width: 350px;
25+
max-width: 100%;
26+
margin: 0 auto;
27+
}
2328
.stagefront-form > div {
2429
display: flex;
2530
flex-direction: column;
@@ -126,14 +131,14 @@
126131
</button>
127132
</div>
128133

129-
@if ($liveSite)
130-
<div class="stagefront-live-link">
131-
{!! trans('stagefront::form.live', $liveSite) !!}
132-
</div>
133-
@endif
134-
135134
</form>
136135

136+
@if ($liveSite)
137+
<div class="stagefront-live-link">
138+
{!! trans('stagefront::form.live', $liveSite) !!}
139+
</div>
140+
@endif
141+
137142
</section>
138143

139144
</body>

0 commit comments

Comments
 (0)