File tree Expand file tree Collapse file tree 4 files changed +45
-2
lines changed Expand file tree Collapse file tree 4 files changed +45
-2
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,12 @@ <h4 id="sponsors">Supported By</h4>
212
212
< div class ="sponsor ">
213
213
< a href ="http://reforge.io "> < img src ="images/reforge-white.png " alt ="" /> </ a >
214
214
</ 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 >
215
221
216
222
217
223
</ div >
Original file line number Diff line number Diff line change @@ -406,7 +406,10 @@ footer, footer.layer {
406
406
margin : 15px ;
407
407
box-sizing : border-box; }
408
408
.sponsor img {
409
- width : 100% ; }
409
+ width : 100% ;
410
+ display : block; }
411
+ .sponsor a {
412
+ text-decoration : none; }
410
413
411
414
.footer-big-text {
412
415
font-size : 2.4rem ; }
Original file line number Diff line number Diff line change @@ -21,8 +21,12 @@ footer,footer.layer {
21
21
margin : 15px ;
22
22
img {
23
23
width : 100% ;
24
+ display : block ;
24
25
}
25
26
box-sizing : border-box ;
27
+ a {
28
+ text-decoration : none ;
29
+ }
26
30
}
27
31
28
32
@@ -53,7 +57,7 @@ footer,footer.layer {
53
57
img {
54
58
border-radius : 100% ;
55
59
display : inline-block ;
56
- max-width : 75px ;
60
+ max-width : 75px ;
57
61
transition : all .5s ease-in-out ;
58
62
& :hover {
59
63
transform : scale (1.2 );
You can’t perform that action at this time.
0 commit comments