Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
TrixDiaz committed Jul 29, 2023
1 parent da4cb2f commit f6dedc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ function typeText(text, index) {

typeText(texts[0], 0); // Start the typing animation with the first text


3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
\*----------------------*/
img {
max-width: 100%;
max-height: 100%;
object-fit: cover;
}

Expand Down Expand Up @@ -318,7 +319,7 @@ body {
}

#project .container {
padding: 5rem;
padding: 2rem;
}

.project {
Expand Down

0 comments on commit f6dedc5

Please sign in to comment.