diff --git a/public/css/index.css b/public/css/index.css index 5c023c3..2c1a655 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -2,8 +2,10 @@ body { background-image: url("../assets/index-bg1.png"); background-repeat: no-repeat; - background-size: contain; - background-position: center; + background-size: cover; + background-position: calc(center - 50px); + /* background-position: center; */ + /* overflow: hidden; */ } .IndexLogo img { @@ -133,8 +135,10 @@ body { /* Watermark */ body { + min-height: 100vh; padding-bottom: 60px; position: relative; + /* margin-bottom: 65px; */ } .indexWatermark { diff --git a/public/css/style.css b/public/css/style.css index db12eaf..0b26ee0 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -8,7 +8,7 @@ font-size: 14px; font-weight: 400; box-sizing: border-box; - /* line-height: 20px; */ + scrollbar-width: none; /* This will hide the scrollbar in Firefox */ } :root { @@ -39,16 +39,15 @@ --font-small-heading: 600 14px Inter, sans-serif; } +/* For Chrome, Safari, and other WebKit browsers */ ::-webkit-scrollbar { display: none; - /* width: 5px; - height: 8px; - background-color: #aaa; - background: #6f6d6d; */ } body { background-color: var(--bg-dark); + /* height: 100vh; */ + /* min-height: fit-content; */ } /* GLOBAL STYLE CLASSES */