Skip to content

Commit

Permalink
adjust hero image settings
Browse files Browse the repository at this point in the history
  • Loading branch information
slavipande committed Nov 9, 2023
1 parent 8a97ee8 commit 140efcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a.navbar-item.is-active {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);

&::before {
filter: blur(0.15rem);
filter: blur(0 rem);
background-image: url({{site.heroimage}});
background-position: center;
background-repeat: no-repeat;
Expand All @@ -57,7 +57,7 @@ a.navbar-item.is-active {
bottom: 0px;
left: 0px;
position: absolute;
opacity: 0.25;
opacity: 0.5;
content: "";
}
}
Expand Down

0 comments on commit 140efcf

Please sign in to comment.