Skip to content

Commit

Permalink
Fix announcement bar link padding. (#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Jul 11, 2023
1 parent 45bced2 commit ef2e84d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,6 @@ product-info .loading-overlay:not(.hidden) ~ *,
.announcement-bar__link {
display: flex;
width: 100%;
padding: 1rem 0;
text-decoration: none;
height: 100%;
justify-content: center;
Expand All @@ -2267,10 +2266,6 @@ product-info .loading-overlay:not(.hidden) ~ *,
margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
padding: 0;
}

.announcement-bar__message {
text-align: center;
padding: 1rem 0;
Expand Down

0 comments on commit ef2e84d

Please sign in to comment.