Skip to content

Commit 8a65853

Browse files
bug
1 parent 1f75a66 commit 8a65853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ header h1 {
160160
overflow: hidden;
161161
border-right: 3px solid rgba(255, 255, 255, 0.75);
162162
white-space: nowrap;
163-
animation: typing 10s steps(30, end) infinite, blinkCursor 0.75s step-end infinite;
163+
animation: typing 5s steps(30, end) infinite, blinkCursor 0.75s step-end infinite;
164164
}
165+
165166
.movie img {
166167
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
167168
}

0 commit comments

Comments
 (0)