Skip to content

Commit

Permalink
Ensure no margin on sponsor img
Browse files Browse the repository at this point in the history
  • Loading branch information
jotjern authored and henrikhorluck committed Mar 19, 2024
1 parent 52c3558 commit 9a58b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/core/less/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ svg, rect {
right: 20px;
text-transform: uppercase;
color: #fff;
margin: 0;
}

.ms-span {
Expand All @@ -143,6 +144,7 @@ svg, rect {
.ms-img {
position: relative;
top: 0;
margin: 0;
width: 128px;
}

Expand Down Expand Up @@ -268,6 +270,7 @@ svg, rect {
#main-sponsor {
right: 5px;
margin-left: 10px;
margin-top: 0;
}
.mn-user-nav {
right: 150px;
Expand Down

0 comments on commit 9a58b76

Please sign in to comment.