Skip to content

Commit 938bd24

Browse files
committed
upd gray bg
1 parent 68eb04f commit 938bd24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/codeception.css

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ body .bg-white {
103103

104104
body .bg-grey {
105105
background: #F5F9FD;
106+
padding: 50px 0;
106107
}
107108

108109
h1, h2, h3, h4, h5, h6 {

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3 class="text-center">Trusted By_</h3>
197197
});
198198
</script>
199199

200-
<div class="bg-grey" style="padding: 50px 0;">
200+
<div class="bg-grey">
201201
<div class="container">
202202
<h2 class="text-center">Use_With</h2>
203203
{% include for.html %}

0 commit comments

Comments
 (0)