We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2710c commit d110b9aCopy full SHA for d110b9a
css/codeception.css
@@ -1195,6 +1195,10 @@ body .panel-info>.panel-heading {
1195
background-color: #dddddd;
1196
}
1197
1198
+.panel-success img {
1199
+ width: 100%;
1200
+}
1201
+
1202
@media screen and (min-width:768px) {
1203
.main-logo svg,
1204
.footer-logo img {
quickstart.html
@@ -202,7 +202,7 @@ <h4>Unit Testing (only)</h4>
202
<div class="row">
203
<div class="col-sm-12 col-md-6">
204
<div class="panel panel-success">
205
-<img src="/images/codecept_run.gif" style="width:100%;" alt="">
+<img src="/images/codecept_run.gif" alt="">
206
</div>
207
208
0 commit comments