This commit is contained in:
arussac
2025-04-03 19:16:46 +02:00
parent 20bbafc9e9
commit c6fdc6552d

View File

@@ -1,5 +1,5 @@
.project {
height: 40vh;
height: 48vh;
width: 80%;
box-sizing: border-box;
background-color: #f8f9fa;
@@ -48,8 +48,9 @@
.container {
margin: 0 auto;
width: 25vw;
height: 47vh;
position: relative;
height: 60vh;
position: absolute;
left: 36vw;
perspective: 99vw;
}