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 5c65259 + 7e13ac6 commit 9225ceaCopy full SHA for 9225cea
src/css/custom.scss
@@ -1430,6 +1430,15 @@ input::-ms-input-placeholder { /* Microsoft Edge */
1430
display: flex;
1431
}
1432
1433
+@media (max-width: breakpoints.$laptop-breakpoint) {
1434
+ .installContainer {
1435
+ flex-wrap: wrap;
1436
+ }
1437
+ .install-card {
1438
+ margin: 0;
1439
1440
+}
1441
+
1442
.install-card {
1443
margin: 0em 0.5em;
1444
@@ -1515,4 +1524,4 @@ input::-ms-input-placeholder { /* Microsoft Edge */
1515
1524
1516
1525
.code-viewer {
1517
1526
margin-bottom: var(--ifm-paragraph-margin-bottom);
1518
-}
1527
0 commit comments