Skip to content

Commit

Permalink
fix logo cut off on small screen heights
Browse files Browse the repository at this point in the history
resolves issue ellite#179
  • Loading branch information
DanteB918 committed Mar 30, 2024
1 parent a3239cb commit 90d938e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion styles/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ body, html {
}
}

@media (max-height: 768px) {
.content {
height: auto;
}
}

.container > header {
text-align: center;
}
Expand Down Expand Up @@ -116,4 +122,4 @@ input[type="checkbox"] {
display: block;
color: red;
margin-bottom: 20px;
}
}

0 comments on commit 90d938e

Please sign in to comment.