We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c001269 commit d1ad108Copy full SHA for d1ad108
1 file changed
docs/stylesheets/custom.css
@@ -585,3 +585,12 @@ nav.md-nav--primary .md-nav__item--section>.md-nav__link {
585
text-decoration: none; font-weight: 500; white-space: nowrap;
586
}
587
.md-banner .announce-item a:hover { text-decoration: underline; }
588
+
589
+@media (max-width: 768px) {
590
+ .md-banner {
591
+ text-align: center;
592
+ }
593
+ .md-banner .announce-item {
594
+ display: inline;
595
596
+}
0 commit comments