Files
KM_Design/V1/resources/css/components/projet.css
2024-07-21 01:30:10 +02:00

79 lines
1.3 KiB
CSS

.projet-main-container {
background-color: #222;
display: grid;
grid-template-columns: 5fr 5fr;
}
.projet-images img {
width: 100%;
}
.projet-description {
height: calc(100vh - 20vmin);
top: 0;
padding: 10vmin;
position: sticky;
color: #f8fafc;
}
.projet-description h1 {
font-family: "Mona-Sans";
font-weight: 700;
font-size: 40px;
margin-top: 80px;
margin-bottom: 20px;
}
.projet-description h2 {
font-family: "Overused Grotesk";
margin: 0;
font-weight: 100;
font-size: 21px;
}
.projet-description p {
font-family: "Overused Grotesk";
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 {
background-color: #222 !important;
}
.projet-contact-container h1 {
color: #f8fafc !important;
}
.projet-contact-container a {
background-color: #f8fafc !important;
color: #222 !important;
}
.projet-footer-container .footer-menu {
border-top: 1px solid;
}
@media only screen and (max-width: 1200px) {
.projet-description {
height: auto;
}
.projet-main-container {
display: block;
}
}