Skip to content

Commit 6e8e149

Browse files
committed
Fix background colors
1 parent ee35186 commit 6e8e149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/events/landing_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2 class="mb-20 unbold text-center">Code of Conduct</h2>
106106
</div>
107107
</section>
108108

109-
<section class="pb-70 grey-bg">
109+
<section class="pb-70 white-bg">
110110
<div class="container">
111111
<div class="row">
112112
<div class="col-12 mb-20">
@@ -119,7 +119,7 @@ <h2 class="mb-20 unbold text-center">Code of Conduct</h2>
119119
</div>
120120
</section>
121121

122-
<section class="pt-70 white-bg">
122+
<section class="pt-70 grey-bg">
123123
<div class="container">
124124
<div class="row justify-content-center">
125125
<div class="col-12 col-xl-9 text-center pb-30">

0 commit comments

Comments
 (0)