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

@ -64,13 +64,13 @@ strong {
padding: 4px;
}
input {
.login-input {
background-color: #5f0808;
border: 1px solid white;
color: white;
font-size: 14px;
border-radius: 5px;
padding: 4px;
padding: 8px;
}
.header-button {
@ -103,7 +103,38 @@ form {
display: flex;
flex-direction: column;
font-weight: bold;
margin: 8px 0;
margin: 12px 0;
}
.form-button {
font-size: 24px;
width: 100%;
}
.form-note {
text-align: center;
font-size: 12px;
}
@media (orientation: portrait) {
form {
max-width: 100%;
font-size: 48px;
}
.form-button {
font-size: 64px;
}
.login-input {
font-size: 48px;
border-width: 4px;
border-radius: 24px;
}
.form-note {
font-size: 36px;
}
}
.info {
@ -167,7 +198,26 @@ form {
width: 70%;
background-color: #770505;
border-radius: 15px;
padding: 8px
padding: 8px;
font-size: 16px;
}
@media (orientation: portrait) {
.guide-container {
display: block;
width: 100%;
font-size: 36px;
}
.guide-buttons {
width: 100%;
}
.guide {
font-size: 60px;
height: 128px;
line-height: 128px;
}
}
code {
@ -187,6 +237,14 @@ code {
border-radius: 15px;
}
@media (orientation: portrait) {
.error-container {
font-size: 36px;
width: 100%;
margin: 12px;
}
}
.title {
height: 80vh;
display: flex;