Skip to content

Commit 17f8a2f

Browse files
authored
[FIX] HyperPlay logo and Badge not showing (#903)
* [FIX] Hp logo and Badge not showing * chore: update TopNavBar media query --------- Co-authored-by: Flavio F Lima <flavioislima@users.noreply.github.com>
1 parent 5ac2f77 commit 17f8a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/components/UI/TopNavBar/index.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
min-width: calc(1.3 * var(--text-xs));
6868
}
6969

70-
@media screen and (min-width: 800px) {
70+
@media screen and (max-width: 1000px) {
7171
.alphaBadge,
7272
.hpTextLogo {
7373
display: none;

0 commit comments

Comments
 (0)