Skip to content

Commit 5321387

Browse files
authored
fix indent in well block (Codeception#237)
1 parent 0fd31fb commit 5321387

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/codeception.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,10 @@ body #footer .links {
15101510
@media (min-width : 992px) {
15111511
.release-well-block {
15121512
float: right;
1513-
margin-top: 1em;
1513+
}
1514+
1515+
.release-well-block .well {
1516+
margin-top: 1.5em;
1517+
margin-right: 2.5em;
15141518
}
15151519
}

0 commit comments

Comments
 (0)