Skip to content

Commit

Permalink
fix: logo blur cut off
Browse files Browse the repository at this point in the history
Fix logo blur being cut off in the header
  • Loading branch information
beryxz authored Sep 22, 2023
1 parent a69c061 commit ba61f3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _sass/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ strong {
.content-head {
background-color: $background;
box-shadow: 0px 7px 12px -7px #2a2a2a;
clip-path: inset(0px -50px -50px -50px); // Avoid shadow blur overflowing through the top of the block
z-index: 10;
padding-bottom: 10px;
margin-top: -30px;
Expand Down

0 comments on commit ba61f3f

Please sign in to comment.