Skip to content

Commit 4583311

Browse files
committed
sponsor updates
1 parent 67d72bb commit 4583311

File tree

4 files changed

+45
-2
lines changed

4 files changed

+45
-2
lines changed

images/cdc_logo_white.svg

Lines changed: 30 additions & 0 deletions
Loading

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ <h4 id="sponsors">Supported By</h4>
212212
<div class="sponsor">
213213
<a href="http://reforge.io"><img src="images/reforge-white.png" alt="" /></a>
214214
</div>
215+
<div class="sponsor">
216+
<a href="http://www.tabularasahealthcare.com/"><img src="images/jack-russell-light-logo.png" alt="" /></a>
217+
</div>
218+
<div class="sponsor">
219+
<a href="http://www.charlestondigitalcorridor.com/"><img src="images/cdc_logo_white.svg" alt="" /></a>
220+
</div>
215221

216222

217223
</div>

styles/main.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,10 @@ footer, footer.layer {
406406
margin: 15px;
407407
box-sizing: border-box; }
408408
.sponsor img {
409-
width: 100%; }
409+
width: 100%;
410+
display: block; }
411+
.sponsor a {
412+
text-decoration: none; }
410413

411414
.footer-big-text {
412415
font-size: 2.4rem; }

styles/partials/_footer.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ footer,footer.layer {
2121
margin: 15px;
2222
img {
2323
width: 100%;
24+
display: block;
2425
}
2526
box-sizing: border-box;
27+
a {
28+
text-decoration: none;
29+
}
2630
}
2731

2832

@@ -53,7 +57,7 @@ footer,footer.layer {
5357
img {
5458
border-radius: 100%;
5559
display: inline-block;
56-
max-width: 75px;
60+
max-width: 75px;
5761
transition: all .5s ease-in-out;
5862
&:hover {
5963
transform: scale(1.2);

0 commit comments

Comments
 (0)