Skip to content

Commit 1b54c5d

Browse files
committed
updates for mobile
1 parent 67c39c9 commit 1b54c5d

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

css/codeception.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,11 @@ ul.navbar-nav {
552552
}
553553

554554
@media (max-width: 767px) {
555+
.dropdown-menu {
556+
background: #fff;
557+
558+
}
559+
555560
.dropdown-menu.multi-column {
556561
min-width: 240px !important;
557562
overflow-x: hidden;

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55

66
<div class="row">
7-
<div class="col-sm-4 col-lg-4 card">
7+
<div class="col-sm-12 col-lg-4 card">
88
<div class="check" style="background: #B2DFDB">
99
&#10003;
1010
</div>
@@ -25,7 +25,7 @@ <h3>User Centric Tests</h3>
2525
</p>
2626
</div>
2727

28-
<div class="col-sm-4 col-lg-4 card">
28+
<div class="col-sm-12 col-lg-4 card">
2929
<div class="check" style="background: #D1C4E9">
3030
&#10003;
3131
</div>
@@ -37,7 +37,7 @@ <h3>Browser Testing</h3>
3737

3838
</div>
3939

40-
<div class="col-sm-4 col-lg-4 card" >
40+
<div class="col-sm-12 col-lg-4 card" >
4141
<div class="check" style="background: #E1BEE7">
4242
&#10003;
4343
</div>
@@ -51,7 +51,7 @@ <h3>Framework Testing</h3>
5151
</div>
5252

5353
<div class="row">
54-
<div class="col-sm-4 col-lg-4 card">
54+
<div class="col-sm-12 col-lg-4 card">
5555
<div class="check" style="background: #B2EBF2">
5656
&#10003;
5757
</div>
@@ -66,7 +66,7 @@ <h3>API Testing</h3>
6666
</p>
6767
</div>
6868

69-
<div class="col-sm-4 col-lg-4 card">
69+
<div class="col-sm-12 col-lg-4 card">
7070
<div class="check" style="background: #C5CAE9">
7171
&#10003;
7272
</div>
@@ -79,7 +79,7 @@ <h3>BDD</h3>
7979
</p>
8080
</div>
8181

82-
<div class="col-sm-4 col-lg-4 card" >
82+
<div class="col-sm-12 col-lg-4 card" >
8383
<div class="check" style="background: #F8BBD0">
8484
&#10003;
8585
</div>

0 commit comments

Comments
 (0)