diff options
-rw-r--r-- | website/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index db826b8..07fb40b 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -79,7 +79,7 @@ <section id="first"> <h5 align="center">Invited Speakers</h5> <div class="row"> - <ul class="large-block-grid-3"> + <ul class="large-block-grid-2"> <li> <img width="200" src="{% static 'img/ondrej-alt.png'%}"> <p>Ondrej Certik</p> @@ -146,7 +146,7 @@ <div id="previous-conference"> <table> <thead> - <th style="padding-top:15px;"><a href="http://scipy.in/2012" target="_blank">Scipy 2012</a></th> + <th style="padding-top:7px;"><a href="http://scipy.in/2012" target="_blank">Scipy 2012</a></th> </thead> <tbody> <tr> |