From fe4241d6f46b816afd5e3de23dbe7272dfc620d3 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Wed, 4 Oct 2023 19:10:52 +0900 Subject: [PATCH] chore: misc. design updates --- docs/index.md | 2 +- src/css/custom.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 850a525..e8aa6c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ pagination_next: null # Develp Strengthens Ethereum by Encouraging Client Diversity -### We are committed to increasing network decentralisation and supporting minority client development and adoption +#### We are committed to increasing network decentralisation and supporting minority client development and adoption Develp GmbH supports Ethereum staking protocols with core infrastructure and operational services. We strive to provide high-quality, reliable services to partnering protocols operating Ethereum nodes. diff --git a/src/css/custom.scss b/src/css/custom.scss index 8f38dae..a887ecf 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -32,4 +32,8 @@ html { main { min-height: 100% !important; +} + +.main-wrapper main > .container { + padding-bottom: 0 !important; } \ No newline at end of file