Skip to content

Commit 6c974fa

Browse files
committed
Update style.css
1 parent 76aa4bc commit 6c974fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
margin: 0px;
3-
min-height: 100%;
3+
height: 100%;
44
width: 100%;
55
background: rgb(238,238,238);
66
background: linear-gradient(180deg, rgba(238,238,238,1) 66%, #ff3600 100%);
@@ -51,6 +51,7 @@ body {
5151
flex-direction: column;
5252
align-items: center;
5353
text-align: center;
54+
height: 35vh;
5455

5556

5657
}
@@ -131,7 +132,7 @@ footer {
131132

132133
.Art {
133134
width: 100%;
134-
height: 800px;
135+
height: 90vh;
135136
background-image: url(./ressource/img/krampus.png);
136137
background-size: cover;
137138
background-repeat: no-repeat;
@@ -245,7 +246,7 @@ li {
245246

246247
.propos img {
247248
width: 100%;
248-
height: auto;
249+
height: max-content;
249250
}
250251

251252
.Art, #dev {

0 commit comments

Comments
 (0)