diff --git a/src/css/custom.scss b/src/css/custom.scss index f887de4cc91..8118356e62e 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -1430,6 +1430,15 @@ input::-ms-input-placeholder { /* Microsoft Edge */ display: flex; } +@media (max-width: breakpoints.$laptop-breakpoint) { + .installContainer { + flex-wrap: wrap; + } + .install-card { + margin: 0; + } +} + .install-card { margin: 0em 0.5em; } @@ -1515,4 +1524,4 @@ input::-ms-input-placeholder { /* Microsoft Edge */ .code-viewer { margin-bottom: var(--ifm-paragraph-margin-bottom); -} \ No newline at end of file +}