We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b075c5 commit de5a68fCopy full SHA for de5a68f
docs/assets/overrides.css
@@ -170,16 +170,18 @@
170
}
171
172
/* --- Navigation --- */
173
-.md-nav__title {
174
- position: absolute;
175
- width: 1px;
176
- height: 1px;
177
- padding: 0;
178
- margin: -1px;
179
- overflow: hidden;
180
- clip: rect(0, 0, 0, 0);
181
- white-space: nowrap;
182
- border-width: 0;
+@media (min-width: 1220px) {
+ .md-nav__title {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ white-space: nowrap;
183
+ border-width: 0;
184
+ }
185
186
187
.md-nav__link--active {
0 commit comments