Skip to content

Commit

Permalink
fixed logo to be fixed square so that the circle is not distorted (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahulkush1 authored Apr 19, 2024
1 parent 7868958 commit dff11d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/experienceCard/ExperienceCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
}

.experience-card-logo {
width: 70px;
width: 100px;
height: 100px;
-webkit-box-shadow: 4px 3px 20px -2px grey;
-moz-box-shadow: 4px 3px 20px -2px grey;
box-shadow: 4px 3px 20px -2px grey;
Expand Down

0 comments on commit dff11d4

Please sign in to comment.