Skip to content

Commit 0a56999

Browse files
committed
up
1 parent bd93372 commit 0a56999

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/contactform.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ document.querySelector('.menu-toggle').addEventListener('click', () => {
33
document.querySelector('.nav-link ul').classList.toggle('active');
44
});
55

6-
76

style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,16 @@ li {
198198

199199
.propos{
200200
width: 100%;
201-
height: auto;
201+
height: 40vh;
202202
background-color: #ff4400;
203203
background-size: cover;
204-
padding: 10px;
204+
padding-top: 10px;
205205
}
206206

207207

208208
.propos img{
209-
width: 25vw ;
209+
width: 16vw ;
210+
height: 38vh;
210211
border: 2px solid #000000 ;
211212
float: inline-end;
212213
margin-right: 30px;

0 commit comments

Comments
 (0)