@@ -64,7 +64,7 @@ const StickFigures = () => {
6464 </ Col >
6565 < Row $Vcenter className = "fiveDiv" style = { { minWidth : "200px" } } >
6666 < Col $xs = { 12 } >
67- < img src = { SFL } alt = "Layer5 Mascot, Five" />
67+ < img src = { SFL } alt = "Layer5 Mascot, Five" className = "five-image" />
6868 </ Col >
6969 </ Row >
7070 < Row $Vcenter className = "fiveDiv" style = { { minWidth : "200px" } } >
@@ -74,15 +74,15 @@ const StickFigures = () => {
7474 </ Row >
7575 < Row $Vcenter className = "fiveDiv" >
7676 < Col $xs = { 12 } $sm = { 6 } >
77- < img src = { teamOfFives } alt = "Layer5 Mascot, Five" />
77+ < img src = { teamOfFives } alt = "Layer5 Mascot, Five" className = "five-image" />
7878 { /* <img src={f1} alt="Layer5 Mascot, Five" />
7979 <img src={f2} alt="Layer5 Mascot, Five" />
8080 <img src={f3} alt="Layer5 Mascot, Five" />
8181 <img src={f4} alt="Layer5 Mascot, Five" />
8282 <img src={f5} alt="Layer5 Mascot, Five" /> */ }
8383 </ Col >
8484 < Col $xs = { 12 } $sm = { 6 } >
85- < img src = { resourcesSign } alt = "Layer5 Mascot, Five" />
85+ < img src = { resourcesSign } alt = "Layer5 Mascot, Five" className = "five-image" />
8686 { /* <img src={f13} alt="Layer5 Mascot, Five" />
8787 <img src={f14} alt="Layer5 Mascot, Five" />
8888 <img src={f15} alt="Layer5 Mascot, Five" />
0 commit comments