Skip to content

Commit

Permalink
Fix logo align on login-site as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear-LB authored Feb 26, 2024
1 parent 35b645b commit 170ae9c
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@

}

.gn-logo {
@media (max-width: @screen-md-max) {
margin-top: 6px;
}
margin-top: -8px;
}

@media (max-width: @grid-float-breakpoint) {
.navbar-nav {
margin: 0;
Expand All @@ -97,4 +104,4 @@
padding-left: 0;
padding-right: 0;
}
}
}

0 comments on commit 170ae9c

Please sign in to comment.