diff options
-rw-r--r-- | website/static/css/bootstrap.css | 2 | ||||
-rw-r--r-- | website/templates/base.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/website/static/css/bootstrap.css b/website/static/css/bootstrap.css index c1515c1..bbc15ef 100644 --- a/website/static/css/bootstrap.css +++ b/website/static/css/bootstrap.css @@ -314,7 +314,7 @@ img { display: block; max-width: 100%; height: auto; - margin-top: 4%; + margin-top: 3%; } .img-rounded { border-radius: 6px; diff --git a/website/templates/base.html b/website/templates/base.html index 0b62dda..6523656 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -88,7 +88,8 @@ <hr> <h3 >DECEMBER 14, 15 & 16</h3></br> <h4>CFP for the conference is now open ! <a href="{% url 'website:cfp' %}" class="btn btn btn-primary">Click Me</a> for more details.</h4> - <h4>Registrations will open soon !</h4></header> + <h4>Registrations are now open ! <a href="#attend" class="smoothScroll btn btn btn-primary">Grab a Ticket</a> </h4> + </header> </div> <!-- /headerwrap --> |