Skip to content

Commit

Permalink
fix profile-img scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenAndreasen committed Oct 30, 2023
1 parent d6c8174 commit 18ee8ac
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 @@ -498,7 +498,8 @@ img {
display: block;
}
#cv .cv-profile-img {
display: none;
display: block;
max-width: 50%;
}
.cv-entries li p {
margin-bottom: 1rem;
Expand Down

0 comments on commit 18ee8ac

Please sign in to comment.