This commit is contained in:
Moncef STITI 2024-05-18 15:29:53 +02:00
parent a885028965
commit 6e893a4cb7

View File

@ -4,7 +4,7 @@
background-color: #f4f4f4; background-color: #f4f4f4;
margin: 0; margin: 0;
padding: 0; padding: 0;
color: #333; color: #640875;
} }
.container { .container {
width: 80%; width: 80%;
@ -34,10 +34,8 @@
margin: 10px 0; margin: 10px 0;
} }
.gallery img { .gallery img {
width: 100%; width: 50%;
height: auto; height: auto;
max-height: 300px;
object-fit: cover;
border-radius: 8px; border-radius: 8px;
} }
.contact form input, .contact form textarea { .contact form input, .contact form textarea {