Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 37cb39a

Browse files
hollomancerrickr
authored andcommitted
Removing bold
1 parent 4cac126 commit 37cb39a

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/scenes/home/landing/membership/membership.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
width: 205px;
1818
list-style: none;
1919
margin: 0;
20-
font-size: 18px;
20+
font-size: 16px;
2121
text-align: center;
2222
display: flex;
2323
flex-direction: column;

src/scenes/home/landing/membership/membership.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,33 @@ class Membership extends Component {
2222
<li>
2323
<img className={styles.icon} src={sharedIcon} alt="" />
2424
<span>
25-
Join our open community. Learn and grow with <b>fellow veterans,
26-
servicemembers</b>, and <b>military spouses</b>. Work with your peers to
27-
build <b>open source projects</b>.
25+
Join our open community. Learn and grow with fellow veterans,
26+
servicemembers, and military spouses. Work with your peers to
27+
build open source projects.
2828
</span>
2929
</li>
3030
<li>
3131
<img className={styles.icon} src={roadIcon} alt="" />
3232
<span>
3333
Find new opportunities in the tech industry through our
34-
<b> scholarship program.</b> Attend <b>software development conferences</b>
35-
and <b>coding bootcamps</b>, and build the skills of the future.
34+
scholarship program. Attend software development conferences
35+
and coding bootcamps, and build the skills of the future.
3636
</span>
3737
</li>
3838
<li>
3939
<img className={styles.icon} src={flagIcon} alt="" />
4040
<span>
41-
Jumpstart your journey. Access our <b>mentorship</b> and coding
42-
channels, and learn from <b>senior software engineers</b> at
43-
<b> top-tier tech companies</b> with years of experience.
41+
Jumpstart your journey. Access our mentorship and coding
42+
channels, and learn from senior software engineers at
43+
top-tier tech companies with years of experience.
4444
</span>
4545
</li>
4646
<li>
4747
<img className={styles.icon} src={suitcaseIcon} alt="" />
4848
<span>
49-
Launch your career in the tech industry on our <b>job board</b>.
50-
Find <b>local and remote jobs</b> all across the country.
51-
<b> Get expert feedback</b> on your portfolio, side project, or resume.
49+
Launch your career in the tech industry on our job board.
50+
Find local and remote jobs all across the country.
51+
Get expert feedback on your portfolio, side project, or resume.
5252
</span>
5353
</li>
5454
</ul>

0 commit comments

Comments
 (0)