We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb04f commit 938bd24Copy full SHA for 938bd24
css/codeception.css
@@ -103,6 +103,7 @@ body .bg-white {
103
104
body .bg-grey {
105
background: #F5F9FD;
106
+ padding: 50px 0;
107
}
108
109
h1, h2, h3, h4, h5, h6 {
index.html
@@ -197,7 +197,7 @@ <h3 class="text-center">Trusted By_</h3>
197
});
198
</script>
199
200
-<div class="bg-grey" style="padding: 50px 0;">
+<div class="bg-grey">
201
<div class="container">
202
<h2 class="text-center">Use_With</h2>
203
{% include for.html %}
0 commit comments