Mobile Formatting for Guides and Account Pages

This commit is contained in:
BloxerHD 2025-10-16 21:41:17 +01:00
commit 1aa75f4be2
4 changed files with 86 additions and 43 deletions

View file

@ -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;">