Changeset - 9e4dd52244f4
[Not reviewed]
0 1 0
Josh Simmons - 5 years ago 2018-09-27 16:04:02
joshuasimmons@google.com
refine buttons

add bottom margin to schedule button, and make sure buttons use consistent case (Now Title Case)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -71,3 +71,3 @@
 
      <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>
...
 
@@ -147,3 +147,3 @@
 
          <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>
0 comments (0 inline, 0 general)