Mobile Formatting for Guides and Account Pages
This commit is contained in:
parent
13305e0f96
commit
1aa75f4be2
4 changed files with 86 additions and 43 deletions
|
|
@ -37,14 +37,14 @@
|
|||
<h3 class="center">Please log in before viewing account information</h3>
|
||||
<div class="form-group">
|
||||
<label for="username">SFID / Username:</label>
|
||||
<input type="text" id="username" name="username" required />
|
||||
<input class="login-input" type="text" id="username" name="username" required />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password">Password:</label>
|
||||
<input type="password" id="password" name="password" required />
|
||||
<input class="login-input" type="password" id="password" name="password" required />
|
||||
</div>
|
||||
<button type="submit" style="font-size: 24px; width: 100%;">Login</button>
|
||||
<p class="center" style="font-size: 12px;">Please ask an SPFN Developer in the <a href="https://discord.gg/grMSxZf">discord server</a> for assistance with password resets</p>
|
||||
<button class="form-button" type="submit">Login</button>
|
||||
<p class="form-note">Please ask an SPFN Developer in the <a href="https://discord.gg/grMSxZf">discord server</a> for assistance with password resets</p>
|
||||
</form>
|
||||
|
||||
<div id="user-info" class="info" style="display: none;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue