Skip to content

Commit dff11d4

Browse files
authored
fixed logo to be fixed square so that the circle is not distorted (ashutosh1919#355)
1 parent 7868958 commit dff11d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/experienceCard/ExperienceCard.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136
}
137137

138138
.experience-card-logo {
139-
width: 70px;
139+
width: 100px;
140+
height: 100px;
140141
-webkit-box-shadow: 4px 3px 20px -2px grey;
141142
-moz-box-shadow: 4px 3px 20px -2px grey;
142143
box-shadow: 4px 3px 20px -2px grey;

0 commit comments

Comments
 (0)