Skip to content

Commit 1c59dff

Browse files
fix: Overlapping Home link on navbar #170 (#325)
1 parent 0c421e3 commit 1c59dff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@
8383
.h-full {
8484
height: 100%;
8585
}
86+
87+
.navbar__title.text--truncate {
88+
display: none;
89+
}
90+
91+
@media screen and (width >= 768px) {
92+
.navbar__title.text--truncate {
93+
display: block;
94+
}
95+
}

0 commit comments

Comments
 (0)