Skip to content

Commit

Permalink
fix: login page mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed May 25, 2024
1 parent c4d7692 commit c5bac7a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions themes/ietf/login/resources/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ ul#kc-totp-supported-apps {
@media (max-width: 767px) {

.login-pf body {
background: white;
background: linear-gradient(45deg, #111, #333);
}

#kc-header {
Expand All @@ -405,16 +405,16 @@ ul#kc-totp-supported-apps {
#kc-header-wrapper {
font-size: 16px;
font-weight: bold;
padding: 20px 60px 0 0;
padding: 0;
color: #72767b;
letter-spacing: 0;
}

div.kc-logo-text {
margin: 0;
width: 150px;
height: 32px;
background-size: 100%;
/* margin: 0; */
/* width: 150px; */
height: 50px;

}

#kc-form {
Expand Down Expand Up @@ -538,9 +538,10 @@ ul#kc-totp-supported-apps {
max-width: none;
margin-left: 0;
margin-right: 0;
padding-top: 0;
/* padding-top: 0; */
border-top: 0;
box-shadow: 0 0;
border-radius: 0;
}

.kc-social-grid {
Expand Down

0 comments on commit c5bac7a

Please sign in to comment.