diff --git a/CSS/1.css b/CSS/1.css index 810c842..12f80ee 100644 --- a/CSS/1.css +++ b/CSS/1.css @@ -3,14 +3,15 @@ justify-content: center; align-items: center; flex-wrap: wrap; - gap: 1.5rem; /* Kartlar arasındaki boşluk */ + gap: 4.5rem; /* Kartlar arasındaki boşluk */ } .services_id { position: relative; + height: 42rem; overflow: hidden; width: calc(100% - 8vh); - max-width:400px; + max-width:300px; flex: 0 1 auto; transform: translateY(50px); transition: opacity 0.6s ease-out,transform 0.6s ease-out,background-color 0.6s ease-in-out;