Skip to content

Commit

Permalink
Smaller icons and title drop shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajabbot committed Nov 22, 2023
1 parent 9c61590 commit 41f4cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ html {
padding: 0;
width: 100%;
text-align: center;
filter: drop-shadow(5px 5px 5px black);
height: 15vh;
top: 45%;
line-height: 12vh;
Expand Down Expand Up @@ -71,7 +72,7 @@ html {
}

.link-icon {
width: 70px;
width: 60px;
position: relative;
top: calc(50% - 15px);
}
Expand Down

0 comments on commit 41f4cfe

Please sign in to comment.