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 9707136..be87995 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -129,7 +129,7 @@ <section id="last"> <div class="row"> - <div class="large-8 columns"> + <div class="eight large-8 columns"> <h5 align="center">Scope of the conference</h5> <p> Scipy India is a conference providing opportunities to spread the use of @@ -153,7 +153,7 @@ <a href="http://python.org" target="_blank">python.org</a> </p> </div> - <div class="large-4 columns"> + <div class="four large-4 columns"> <h5 align="center">Previous Conference</h5> <div id="previous-conference"> <table> |