Skip to content

Commit

Permalink
About Section Done !
Browse files Browse the repository at this point in the history
  • Loading branch information
AbirAhamedRion committed Sep 14, 2023
1 parent 3238930 commit 40a4a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sass/layout/_header.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.header {
height: 95vh;
background-image: linear-gradient(to right bottom, rgba($color-primary-light, 0.8), rgba($color-primary-dark, 0.8)), url("/img/hero.jpg");
background-image: linear-gradient(to right bottom, rgba($color-primary-light, 0.8), rgba($color-primary-dark, 0.8)), url("../../img/hero.jpg");
background-size: cover;
background-position: top;
clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
Expand Down

0 comments on commit 40a4a19

Please sign in to comment.