File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 58
58
font-family : var (--font-family-secondary );
59
59
font-weight : var (--font-weight-secondary );
60
60
}
61
-
61
+ h1 {
62
+ --ifm-h1-font-size : calc (1.375rem + 1.5vw );
63
+ }
62
64
small {
63
65
font-size : 14px ;
64
66
font-style : italic;
@@ -170,6 +172,14 @@ table tr td + td + td:last-child {
170
172
border-radius : var (--ifm-global-radius );
171
173
}
172
174
175
+ /* breadcrumbs */
176
+ .breadcrumbs {
177
+ display : none;
178
+ }
179
+ article .clean-btn {
180
+ display : none;
181
+ }
182
+
173
183
/* Navbar search */
174
184
.navbar__items .DocSearch-Button {
175
185
height : 2.25rem ;
@@ -217,6 +227,9 @@ table tr td + td + td:last-child {
217
227
.footer__item img {
218
228
width : 60px ;
219
229
}
230
+ .footer__item svg {
231
+ display : none;
232
+ }
220
233
221
234
@media only screen and (max-width : 720px ) {
222
235
table {
@@ -279,6 +292,12 @@ table tr td + td + td:last-child {
279
292
}
280
293
}
281
294
295
+ /* Plugins */
296
+ .pills {
297
+ justify-content : flex-end;
298
+ flex-wrap : wrap;
299
+ }
300
+
282
301
/* Tidelift */
283
302
.tidelift-button {
284
303
display : inline-block;
You can’t perform that action at this time.
0 commit comments