Update 1.css

This commit is contained in:
FURK4NGG
2025-03-09 23:21:29 +03:00
committed by GitHub
parent ee0f8b643e
commit ec9a61a113
+3 -2
View File
@@ -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;