Skip to content

Commit

Permalink
fixed styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hizaidii committed Feb 15, 2024
1 parent 0514c64 commit 2805dbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 6 additions & 2 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -133,8 +135,10 @@ body {

/* Watermark */
body {
min-height: 100vh;
padding-bottom: 60px;
position: relative;
/* margin-bottom: 65px; */
}

.indexWatermark {
Expand Down
9 changes: 4 additions & 5 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 2805dbc

Please sign in to comment.