Skip to content

Commit

Permalink
(BIDS-2587) Font in dropdown is invisible (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus authored Jan 5, 2024
1 parent ece313e commit a6bc16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/layout/banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
font-weight: 500;
}

@media (max-width: 1440px) {
@media (min-width: 1440px) {
.currency-symbol {
display: none;
}
Expand Down Expand Up @@ -356,7 +356,7 @@ color: var(--banner-text);
}


@media (min-width: 900px) {
@media (min-width: 1440px) {
.currency-name {
display: inline-block;
}
Expand Down

0 comments on commit a6bc16a

Please sign in to comment.