We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821e435 commit 922ba3eCopy full SHA for 922ba3e
resources/views/login.blade.php
@@ -20,6 +20,11 @@
20
text-align: center;
21
font-size: 20px;
22
}
23
+ .stagefront-form {
24
+ width: 350px;
25
+ max-width: 100%;
26
+ margin: 0 auto;
27
+ }
28
.stagefront-form > div {
29
display: flex;
30
flex-direction: column;
@@ -126,14 +131,14 @@
126
131
</button>
127
132
</div>
128
133
129
- @if ($liveSite)
130
- <div class="stagefront-live-link">
- {!! trans('stagefront::form.live', $liveSite) !!}
- </div>
- @endif
134
-
135
</form>
136
+ @if ($liveSite)
137
+ <div class="stagefront-live-link">
138
+ {!! trans('stagefront::form.live', $liveSite) !!}
139
+ </div>
140
+ @endif
141
+
142
</section>
143
144
</body>
0 commit comments