Skip to content

Commit 14c279f

Browse files
GuillaumeGomezJoshua Nelson
authored andcommitted
Fix menu titles display for mobile
1 parent 60525c2 commit 14c279f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

templates/style/base.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -476,11 +476,7 @@ div.cratesfyi-package-container {
476476
padding: 0.4em 1em 0.3em 1em;
477477

478478
.title {
479-
display: none;
480-
481-
@media #{$media-sm} {
482-
display: inline;
483-
}
479+
display: inline;
484480
}
485481
}
486482

0 commit comments

Comments
 (0)