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.
2 parents 19b8be3 + c0b8716 commit f0ceb03Copy full SHA for f0ceb03
src/css/custom.css
@@ -350,16 +350,19 @@ body[data-rh] .redocusaurus {
350
padding: 0;
351
margin: 0;
352
display: grid;
353
- grid-template-columns: repeat(3, minmax(0, 1fr));
+ grid-template-columns: repeat(2, minmax(0, 1fr)); /* force Firefox-style */
354
gap: 1rem;
355
}
356
+
357
@media (max-width: 1200px) {
358
.hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
359
360
361
@media (max-width: 700px) {
362
.hub-grid { grid-template-columns: 1fr; }
363
364
365
366
/* --- Card container --- */
367
.hub-card {
368
border-radius: 14px;
0 commit comments