Skip to content

Commit

Permalink
fix: Some fixes for ArticleHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
godetremy committed Jan 11, 2025
1 parent ad31e34 commit db16e9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ArticleHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@
height: 200px;
display: flex;
justify-content: center;
background-size: cover;
background-position: center;
}
.gradient {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(101.07% 93.95% at 100.89% -1.59%, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
background: radial-gradient(200% 100% at 200% 0%, rgba(255, 255, 255, 0.00) -50%, #FFF 100%);
}
.container {
width: 100%;
Expand Down

0 comments on commit db16e9b

Please sign in to comment.