From feea987b7194e6d887263974202c04a8aac85335 Mon Sep 17 00:00:00 2001 From: 3nprob <3nprob@3nprob> Date: Fri, 8 Oct 2021 18:21:58 +0900 Subject: [PATCH] header style fix --- static/css/custom.css | 5 +++++ static/css/styles.css | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index d0bbe8c..7ab2b21 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -55,9 +55,14 @@ body { display: inline-block; top: 0; } + .Navbar { width: 100%; z-index: 1000; text-align: center; margin: 0 auto; } + +.NewCover { + padding-top: 100px; +} diff --git a/static/css/styles.css b/static/css/styles.css index 8ea2347..0fe9134 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -506,7 +506,7 @@ Cover-description, .Cover-name, .Cover-stats { background-size: cover; background-position: 50%; background-color: #474a51; - padding-bottom: 76px; + /* padding-bottom: 76px; */ opacity: 1; transition: opacity .5s,box-shadow .4s; }