Skip to content

Commit b172f57

Browse files
committed
mobile update install page
1 parent a506653 commit b172f57

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

css/codeception.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,17 @@ body #footer .links {
14661466
font-size: 16px;
14671467
}
14681468

1469-
.intro-block {
1470-
display: flex;
1471-
justify-content: space-between;
1469+
.intro-block .pull-right {
1470+
float: none;
1471+
}
1472+
1473+
@media (min-width : 768px) {
1474+
.intro-block {
1475+
display: flex;
1476+
justify-content: space-between;
1477+
}
1478+
1479+
.intro-block .pull-right {
1480+
float: right !important;
1481+
}
14721482
}

0 commit comments

Comments
 (0)