refine buttons
add bottom margin to schedule button, and make sure buttons use consistent case (Now Title Case)
This commit is contained in:
parent
f830e7b484
commit
9e4dd52244
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
|
||||
<div class="container homepage-block-footer">
|
||||
<div>
|
||||
<a class="btn btn-primary btn-lg" href="/attend">Buy a ticket!</a>
|
||||
<a class="btn btn-primary btn-lg" href="/attend">Buy a Ticket!</a>
|
||||
<a class="btn btn-default btn-lg " href="https://twitter.com/northbaypython">Twitter</a>
|
||||
<a class="btn btn-default btn-lg" href="https://facebook.com/northbaypython">Facebook</a>
|
||||
</div>
|
||||
|
@ -145,7 +145,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<a class="btn btn-lg btn-primary btn-shadow" href="/schedule">See the schedule</a>
|
||||
<a class="btn btn-lg btn-primary btn-shadow" href="/schedule" style="margin-bottom: 2em;">See the Schedule</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue