Skip to content

Commit 5919a85

Browse files
committed
Issue #855 - Layout broken on contributors page
Close #855
1 parent 173159c commit 5919a85

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

webcompat/templates/contributors.html

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
<main role="main">
66
<div class="wc-Hero wc-Hero--contributors">
77
<div class="wc-content">
8-
<div class="wc-Hero-section wc-Hero-section--left wc-Hero-section--contributors">
9-
<h1 class="wc-Hero-title wc-Title--xl">Welcome aboard!<br/>Get started below...</h1>
10-
</div>
11-
<div class="wc-Hero-section wc-Hero-section--right">
12-
<div class="wc-Hero-img is-active">{% include "shared/LightbulbwithBug.svg" %}</div>
8+
<div class="wc-Hero-wrapper">
9+
<div class="wc-Hero-section wc-Hero-section--left wc-Hero-section--home ">
10+
<h1 class="wc-Hero-title wc-Title--xl">Welcome aboard!<br/>Get started below...</h1>
11+
</div>
12+
<div class="wc-Hero-section wc-Hero-section--right">
13+
{% include "shared/LightbulbwithBug.svg" %}
14+
</div>
1315
</div>
1416
</div>
1517
</div>

0 commit comments

Comments
 (0)