From 5823857ad0f0f84f22e8da4ac5f3815f0f6a7500 Mon Sep 17 00:00:00 2001 From: Bady <bady@disroot.org> Date: Fri, 25 Sep 2020 01:37:52 +0530 Subject: [PATCH] Add link to ideas list wiki page --- index.html | 1 + style.css | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d966994..218bf06 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 7470ffe..cbe4c04 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; -- GitLab