Update 1.css
This commit is contained in:
@@ -3,14 +3,15 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1.5rem; /* Kartlar arasındaki boşluk */
|
gap: 4.5rem; /* Kartlar arasındaki boşluk */
|
||||||
}
|
}
|
||||||
|
|
||||||
.services_id {
|
.services_id {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: 42rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: calc(100% - 8vh);
|
width: calc(100% - 8vh);
|
||||||
max-width:400px;
|
max-width:300px;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
transform: translateY(50px);
|
transform: translateY(50px);
|
||||||
transition: opacity 0.6s ease-out,transform 0.6s ease-out,background-color 0.6s ease-in-out;
|
transition: opacity 0.6s ease-out,transform 0.6s ease-out,background-color 0.6s ease-in-out;
|
||||||
|
|||||||
Reference in New Issue
Block a user