diff --git a/style.css b/style.css
index 8ff2b7b..4fe0899 100644
--- a/style.css
+++ b/style.css
@@ -65,6 +65,10 @@ nav a:hover {
background: rgba(15,15,15,0.15);
box-shadow: 1px 1px 4px 2px #999;
}
+nav a:has(#logo) {
+ background-color:unset;
+ box-shadow:unset;
+}
.left {
height: 300px;
@@ -92,9 +96,8 @@ article#chapeau{
}
#logo {
-max-height:50px;
- flex-shrink:3;
-min-width: 250px;
+max-height:35px;
+min-width: 150px;
}
@media screen and (max-width:1035px) {
#logo {display: none}
@@ -135,7 +138,7 @@ ul li {
margin-bottom: 16px;
}
li iframe {
- min-height: 600px;
+ min-height: 670px;
}
img.logo.partenaire {
max-width: 200px;