Skip to content

Commit

Permalink
Merge pull request #54 from hack4bengal/tamal-dev
Browse files Browse the repository at this point in the history
Merge changes from the main
  • Loading branch information
tamalCodes authored Jan 19, 2024
2 parents f54652d + 3516414 commit fd34b1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
15 changes: 4 additions & 11 deletions src/components/private/about/About.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
h1 {
font-weight: 900;
font-size: 120px;
color: rgba(112, 112, 112);
color: rgba(255, 255, 255, 0.06);
position: absolute;
transform: translate(-50%, -50%);
left: 259px;
Expand All @@ -47,12 +47,9 @@
}
}



.light{
.light {
color: rgba(240, 0, 0);
}


.about__content {
display: flex;
Expand All @@ -72,19 +69,15 @@
font-size: 1rem;
}

.light{
color: #FF6161;
.light {
color: #ff6161;
}

}

p {
font-size: 1.1rem;
font-weight: 500;
font-family: var(--body-font);



}

h2 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

h1 {
font-weight: 900;
color: rgba(112, 112, 112);
color: rgba(255, 255, 255, 0.06);
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/Globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html {
--heading-font: "Montserrat", sans-serif;
--body-font: "Poppins", sans-serif;
--marquee-font: "Geo", sans-serif;
--h4bred: #B30000;
--h4bred: #ff1717;
--text-color: white;
--alt-color: #dcdcdc;
}
Expand Down

0 comments on commit fd34b1f

Please sign in to comment.