diff --git a/script.js b/script.js index b15425f..85393f8 100644 --- a/script.js +++ b/script.js @@ -65,4 +65,3 @@ function typeText(text, index) { typeText(texts[0], 0); // Start the typing animation with the first text - diff --git a/style.css b/style.css index a522756..9755112 100644 --- a/style.css +++ b/style.css @@ -53,6 +53,7 @@ \*----------------------*/ img { max-width: 100%; + max-height: 100%; object-fit: cover; } @@ -318,7 +319,7 @@ body { } #project .container { - padding: 5rem; + padding: 2rem; } .project {