From 1ab32267f40b46d211e8c977c8b0e3612ab3a9eb Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Sun, 13 Aug 2023 11:41:17 +0300 Subject: [PATCH] Unify projects images height --- css/templatemo-first-portfolio-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/templatemo-first-portfolio-style.css b/css/templatemo-first-portfolio-style.css index 3898a30..ecba039 100644 --- a/css/templatemo-first-portfolio-style.css +++ b/css/templatemo-first-portfolio-style.css @@ -740,6 +740,7 @@ strong { border-radius: var(--border-radius-medium); display: block; width: 100%; + height: 170px; transform: rotate(10deg) translateY(80px); transition: all ease 0.5s; }