Skip to content

Commit

Permalink
fix: fixed background issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-chieftain committed Aug 31, 2022
1 parent ee998b0 commit c6f9d77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-weight: 800;
}
.brush {
background-image: url("../../public/images/highlight.png");
background-image: url("/images/highlight.png");
background-repeat: no-repeat;
background-position: left;
background-size: cover;
Expand Down Expand Up @@ -99,14 +99,14 @@

/* for signup page */
.signup-container {
background: url("../../public/images/signup-bg.png");
background: url("/images/signup-bg.png");
background-size: cover;
}
.signup-imgs {
margin-top: 4rem;
margin-left: 3rem;
opacity: 0.9;
background: url("../../public/images/hands.png");
background: url("/images/hands.png");
background-size: 600px;
background-repeat: no-repeat;
}
Expand All @@ -116,7 +116,7 @@
}
.inputs {
width: 100%;
background: url("../../public/images/signup-bg.png");
background: url("/images/signup-bg.png");
background-size: cover;
}
}
Expand Down Expand Up @@ -181,13 +181,13 @@
}

.activeLink {
background-image: url("../../public/images/highlight1.png");
background-image: url("/images/highlight1.png");
background-repeat: no-repeat;
background-position: center;
}
/*for donation page*/
.donationbrush {
background-image: url("../../public/images/brushh.png");
background-image: url("/images/brushh.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
Expand Down Expand Up @@ -233,7 +233,7 @@
}

.brush {
background-image: url("../../public/images/highlight.png");
background-image: url("/images/highlight.png");
background-repeat: no-repeat;
background-position: left;
background-size: cover;
Expand Down

0 comments on commit c6f9d77

Please sign in to comment.