Skip to content

Commit 7e13ac6

Browse files
authored
Update custom.scss
1 parent 6fbd4a7 commit 7e13ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ input::-ms-input-placeholder { /* Microsoft Edge */
14301430
display: flex;
14311431
}
14321432

1433-
@media (max-width: breakpoints.$mobile-breakpoint) {
1433+
@media (max-width: breakpoints.$laptop-breakpoint) {
14341434
.installContainer {
14351435
flex-wrap: wrap;
14361436
}
@@ -1524,4 +1524,4 @@ input::-ms-input-placeholder { /* Microsoft Edge */
15241524

15251525
.code-viewer {
15261526
margin-bottom: var(--ifm-paragraph-margin-bottom);
1527-
}
1527+
}

0 commit comments

Comments
 (0)