mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Drop the text below the button
thanks @carljbowman!
This commit is contained in:
parent
011032308c
commit
ad1e723188
2 changed files with 11 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -25,7 +25,13 @@
|
|||
p {
|
||||
margin-top: 3rem;
|
||||
|
||||
&.sub-button {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
b {
|
||||
margin-top: 2rem;
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: $type-white;
|
||||
|
|
Loading…
Reference in a new issue