mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
add faq page and a hacky fix for abuseipdb badge
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<a href={global.INSTANCES}>{$t("common.NAVBAR_INSTANCES")}</a>
|
||||
<a href="/minecraft">{global.MINECRAFT}</a>
|
||||
<a href="/donate">{$t("common.NAVBAR_DONATE")}</a>
|
||||
<a href={global.FAQ_URL}>{$t("common.NAVBAR_FAQ")}</a>
|
||||
<a href="/faq">{$t("common.NAVBAR_FAQ")}</a>
|
||||
<a href="/contact">{$t("common.NAVBAR_CONTACT")}</a>
|
||||
<a href={global.BLOG_URL}>{$t("common.NAVBAR_BLOG")}</a>
|
||||
</div>
|
||||
|
||||
@@ -24,6 +24,7 @@ body {
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
line-height: 1.625;
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user