Skip to content

Commit f07a336

Browse files
authored
add new supporter (#534)
1 parent 6452c3e commit f07a336

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_includes/sponsors.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ <h3>Premium Sponsors</h3>
88

99
<div class="support">
1010
<a href="https://somewherewarm.com/" rel="nofollow" class="support-item support-item--premium">
11-
<img src="https://images.opencollective.com/somewherewarmgr/f8b567b/logo/256.png" alt="SomewhereWarm" title="SomewhereWarm - Living and breathing all things WooCommerce.">
11+
<img src="https://images.opencollective.com/somewherewarmgr/f8b567b/logo/256.png" alt="SomewhereWarm" title="SomewhereWarm - Living and breathing all things WooCommerce." style="padding: 2px">
12+
</a>
13+
<a href="https://openclassrooms.com/" rel="nofollow" class="support-item support-item--premium">
14+
<img src="https://images.opencollective.com/openclassrooms/4ba0094/logo/256.png" alt="OpenClassrooms" title="Fully-online programs and free courses - OpenClassrooms" style="padding: 16px">
1215
</a>
1316
</div>
1417

_scss/_support.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
}
3333

3434
.support-item--premium {
35-
width: 210px;
35+
width: 186px;
36+
img {
37+
background-color: #ffffff;
38+
}
3639
}
3740

3841
.container {

0 commit comments

Comments
 (0)