Client pass

This commit is contained in:
2024-07-21 01:30:10 +02:00
parent cd42baaebf
commit 4fe78c0fa4
18 changed files with 120 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
.projet-main-container {
background-color: #222;
display: grid;
grid-template-columns: 5fr 7fr;
grid-template-columns: 5fr 5fr;
}
.projet-images img {
@@ -18,8 +18,8 @@
.projet-description h1 {
font-family: "Mona-Sans";
font-weight: 800;
font-size: 75px;
font-weight: 700;
font-size: 40px;
margin-top: 80px;
margin-bottom: 20px;
}
@@ -28,12 +28,27 @@
font-family: "Overused Grotesk";
margin: 0;
font-weight: 100;
font-size: 35px;
font-size: 21px;
}
.projet-description p {
font-family: "Overused Grotesk";
font-size: 19px;
font-size: 21px;
}
.projet-punch-container {
background-image: none !important;
height: 500px !important;
}
.projet-punch {
font-size: 24px !important;
font-weight: 500 !important;
text-align: left !important;
}
.projet-punch-sub {
align-items: start !important;
}
.projet-contact-container {