Skip to content

Commit

Permalink
Fix align on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear-LB authored Feb 26, 2024
1 parent 8831603 commit a8ad7a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web-ui/src/main/resources/catalog/style/gn.less
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,7 @@ a {
.gn-logo {
max-height: 36px;
vertical-align: top;
@media (max-width: @screen-md-max) {
margin-top: -6px;
}
margin: -3px 0px 0px 12px;
@media (max-width: @screen-xs-max) {
margin-top: 0;
}
Expand Down

0 comments on commit a8ad7a8

Please sign in to comment.