Commit 44ce070d authored by Takuya Noguchi's avatar Takuya Noguchi

Integrate .nav-links li a CSS for mobile to the specific CSS

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent b4c9044c
......@@ -602,3 +602,11 @@
@include emoji-menu-toggle-button;
}
}
.nav-links > li > a {
.badge.badge-pill {
@include media-breakpoint-down(xs) { display: none; }
}
@include media-breakpoint-down(xs) { margin-right: 3px; }
}
......@@ -4,14 +4,6 @@
margin-top: 20px;
}
.nav-links > li > a {
margin-right: 3px;
.badge.badge-pill {
display: none;
}
}
.container .title {
padding-left: 15px !important;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment