Skip to content

Commit

Permalink
Fixed an HTML problem that blocked us from deploying and added a drop…
Browse files Browse the repository at this point in the history
…down shadow to the covers.
  • Loading branch information
originalnicodr committed Dec 16, 2023
1 parent 7c1717d commit 021de75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/global/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ export const Navigation = () => {
</div>
</Link>
</li>
<a href= "/" style={ aYearofFramedStyle }>
<Link
href="/"
style ={ aYearofFramedStyle }
>
A Year of FRAMED
</a>
</Link>
</ul>
</Container>
</nav>
Expand Down
1 change: 1 addition & 0 deletions components/home/year-cover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const coverContainerStyle: CSS.Properties = {
textAlign: 'center',
//transform: 'translate(-50%, -50%)',
//left: '50%',
filter: 'drop-shadow(0 5px 0.75rem rgba(0, 0, 0, 0.5))',
};

const coverImageStyle: CSS.Properties = {
Expand Down

0 comments on commit 021de75

Please sign in to comment.