Skip to content

Commit

Permalink
Admin Bar: Adjust wpcom logo size on mobile (#38448)
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar authored Jul 22, 2024
1 parent b627263 commit f9ac87c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Admin Bar: Adjust wpcom logo size on mobile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
top: 2px;

@media (max-width: 782px) {
width: 36px;
height: 36px;
margin: 0 8px;
width: 32px;
height: 32px;
margin: 0 10px;
mask-size: cover;
top: 5px;
top: 7px;
}
}

Expand Down Expand Up @@ -145,5 +145,3 @@
}
}
}


0 comments on commit f9ac87c

Please sign in to comment.