Skip to content

Commit e110928

Browse files
testing commit message
1 parent 635bba8 commit e110928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ body{
176176
margin-left: 0;
177177
overflow: hidden;
178178
white-space: nowrap;
179-
transition: all 0.7s ease;
179+
transition: all 0.7s ease-in-out;
180180
font-family: "poppins", sans-serif;
181181
font-weight: 600;
182182
}
183183
.social-button:hover .icon-text{
184184
opacity: 1;
185185
max-width: 200px;
186186
margin-left: 1px;
187-
transition: all 0.7s ease;
187+
transition: all 0.7s ease-in-out;
188188
padding: 0 10px;
189189
}
190190

0 commit comments

Comments
 (0)