diff --git a/index.html b/index.html
index d9669946913e1d5661a69ef0ea67b1720a3fa670..218bf064107ddd5eef55042c0ce0fe26eda2d19a 100644
--- a/index.html
+++ b/index.html
@@ -134,6 +134,7 @@
                         <img src='./assets/img/non-tech.svg' alt="infomatics and books" />
                     </div>
                 </div>
+                <a class="button mb" href="https://git.fosscommunity.in/fsfi/camp/-/wikis/ideas-list" target="_blank">Check Ideas List</a>
                 <div class="about-section" style="margin-top: 10vh auto;">
                     <div class="about-text">
                         <h1 class="medium-heading" style="color:#469198">How does it work</span>?</h1>
diff --git a/style.css b/style.css
index 7470ffef07a1377d07f1f5790423f660024f8189..cbe4c04ed19ecd98976c5eb996dd43f6ce0a8efd 100644
--- a/style.css
+++ b/style.css
@@ -193,11 +193,13 @@ nav{
     padding: 10px 20px;
     cursor: pointer;
 }
-
 .cta button a, .deco-box button a, .button{
     text-decoration: none;
     color: inherit;
 }
+.mb{
+    margin-bottom: 32px;
+}
 .dropbtn {
   background-color: white;
   color: black;