From f6dedc55e860ffc12243973a16f96f33fec81e24 Mon Sep 17 00:00:00 2001 From: XirTech Date: Sat, 29 Jul 2023 22:39:18 +0800 Subject: [PATCH] Done --- script.js | 1 - style.css | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {