Drop the text below the button

thanks @carljbowman!
This commit is contained in:
Matthew Taylor 2016-05-27 16:35:23 -04:00
parent 011032308c
commit ad1e723188
2 changed files with 11 additions and 4 deletions

View file

@ -22,16 +22,17 @@ var ConferenceSplash = React.createClass({
August 4 - 6, 2016 | Cambridge, MA, USA
</h3>
<p>
<b>
We're sold out! <a href="//scratchconference2016.eventbrite.com">Join the Waitlist</a>
</b>
<br />
<a href="/conference/schedule">
<Button>
See the Schedule
</Button>
</a>
</p>
<p className="sub-button">
<b>
We're sold out! <a href="//scratchconference2016.eventbrite.com">Join the Waitlist</a>
</b>
</p>
</TitleBanner>
<section className="inner">
<FlexRow>

View file

@ -25,7 +25,13 @@
p {
margin-top: 3rem;
&.sub-button {
margin-top: 1rem;
}
b {
margin-top: 2rem;
a {
text-decoration: underline;
color: $type-white;