Skip to content

Commit 2ce85ce

Browse files
author
Joshua Nelson
committed
Revert "Fix menu titles display for mobile"
This reverts commit 14c279f.
1 parent 14c279f commit 2ce85ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

templates/style/base.scss

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

478478
.title {
479-
display: inline;
479+
display: none;
480+
481+
@media #{$media-sm} {
482+
display: inline;
483+
}
480484
}
481485
}
482486

0 commit comments

Comments
 (0)