From cb18d495216c0657ae4d8eeec33aba9f74f84172 Mon Sep 17 00:00:00 2001 From: gman Date: Sun, 1 Jun 2025 13:12:16 +0300 Subject: [PATCH] projects list --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 0813b2f..b5b93d4 100644 --- a/style.css +++ b/style.css @@ -416,14 +416,14 @@ html { display: flex; flex-direction: column; position: relative; - justify-content: space-between; + /* justify-content: space-between; */ width: calc(100vw - 60px); - min-height: calc(100vh - 80px); + /* min-height: calc(100vh - 80px); */ box-sizing: border-box; padding: 50px 0; @media (max-width: 850px) { - min-height: calc(100vh - 170px); + /* min-height: calc(100vh - 170px); */ } } @@ -495,7 +495,7 @@ html { .project-container:hover .project-title { - backdrop-filter: invert(0.4); + backdrop-filter: brightness(0.4); } .project-container:hover .project-arrow { @@ -509,7 +509,7 @@ html { /* left: 50%; */ /* transform: translate(-50%, -50%); */ width: 100%; - backdrop-filter: invert(0.7); + backdrop-filter: brightness(0.2); font-size: 30px; line-height: 37px; transition: backdrop-filter 0.5s;