Skip to content

Commit a315303

Browse files
committed
Fix header at smaller scale and hide the hackers text instead of an overlay
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent 0707793 commit a315303

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/assets/stylesheets/components/navigation.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
color: var(--color-text-muted);
7575
}
7676

77+
@media (max-width: 1500px) {
78+
.tagline {
79+
visibility: hidden;
80+
}
81+
}
82+
7783
.nav-links {
7884
display: flex;
7985
gap: var(--spacing-6);

0 commit comments

Comments
 (0)