|
@@ -42,15 +42,15 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.navbar {
|
|
.navbar {
|
|
- background-color: #ee7800;
|
|
|
|
|
|
+ background-color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.img_banner {
|
|
.img_banner {
|
|
background-image: url('images/banner_top.jpg');
|
|
background-image: url('images/banner_top.jpg');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
- background-size: cover;
|
|
|
|
|
|
+ background-size: contain;
|
|
background-position: center;
|
|
background-position: center;
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 80%;
|
|
height: 150px;
|
|
height: 150px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -368,7 +368,7 @@ footer {
|
|
|
|
|
|
.img_fr {
|
|
.img_fr {
|
|
width: 80%;
|
|
width: 80%;
|
|
- max-width: 1000px;
|
|
|
|
|
|
+ max-width: 850px;
|
|
min-width: 300px;
|
|
min-width: 300px;
|
|
height: 60px;
|
|
height: 60px;
|
|
object-fit: cover;
|
|
object-fit: cover;
|