Skip to content

Commit e7b3d9f

Browse files
committed
Changes to the sponsorship text styling
1 parent 63da218 commit e7b3d9f

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/index.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,13 @@ lines of text may be wider than they appear
346346
}
347347

348348
#contact {
349-
350349
p {
351350
margin: 0;
351+
font-weight: 500;
352+
font-size: 20px;
353+
height: 25px;
354+
a{
355+
font-size: 16px;
356+
}
352357
}
353358
}

src/preregister.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class PreRegister extends React.Component {
3232
<MailchimpInput/>
3333

3434
<div id="contact" className="mobile-hide">
35-
<p>interested in sponsoring?</p>
36-
<p>email <a href="mailto:sponsorship@coderit.org">sponsorship@coderit.org</a></p>
35+
<p>Interested in Sponsoring?</p>
36+
<p><a href="mailto:sponsorship@coderit.org">sponsorship@coderit.org</a></p>
3737
</div>
3838

3939
<CovidPopover

0 commit comments

Comments
 (0)