diff --git a/index.html b/index.html index cf3e57fdfbb09aeaa267327fe1591dd55d3959bb..937e36e6bda314a7cbb3d831c8594b8298aaf96f 100644 --- a/index.html +++ b/index.html @@ -192,7 +192,7 @@ </div> </section> <footer> - <div class="footer-icon-row "> + <div class="footer-icon-row " style="text-align: center"> <h1>Organised By</h1> <a href="https://fsci.in"><img height="50px" src="https://fsci.in/img/fscilogoheader.svg" alt="logo of FSCI" /></a> <a href="https://fsf.org.in"><img height="50px" src="https://fsf.org.in/assets/img/logo.png" alt="Logo of FSF" /></a> diff --git a/style.css b/style.css index f35966db2f69284953592050ff01759321ad06d6..9d89f2100950f34f9c582723ee850760d43e3c8d 100644 --- a/style.css +++ b/style.css @@ -251,9 +251,11 @@ nav{ font-size: 20px; margin-top: 5px; } +.about-text ul{ + padding: 20px; +} .about-cover img{ margin: auto; - min-height: 30vh } .tasks-section{ margin-top: 10vh;