edit: bug responsive n°1312 plan qui passait sous interface + ajout des liens

This commit is contained in:
2026-07-03 22:38:18 +02:00
parent a5e64c49e5
commit 80629f785a
2 changed files with 29 additions and 17 deletions
+21 -11
View File
@@ -317,9 +317,7 @@ html, body{
height: auto;
align-items: stretch;
@media(min-width: 700px){
height: 90vh;
}
.uiStyle{
width:100%;
@@ -342,6 +340,7 @@ html, body{
#plan{
position: relative;
width: 90%;
margin-bottom: 13.12px;
}
#fleche{
@@ -385,11 +384,19 @@ html, body{
#hackerLogo{
width: 77px;
height: auto;
align-self: end;
height: 50px;
display:inline-block;
position: absolute;
right: 13.12px;
top: 117px;
z-index: 33;
img{
width: 77px;
height: auto;
pointer-events: none;
cursor: inherit;
}
}
}
@@ -432,10 +439,10 @@ html, body{
}
}
@media(min-width: 700px){
grid-template-columns: 1fr 2fr;
grid-template-rows: 161px 222px 77px;
height: auto;
@media(min-width: 700px){
grid-template-columns: 1fr 2fr;
grid-template-rows: 161px 222px 77px;
height: auto;
.uiStyle{
font-size: 16.1px;
@@ -447,18 +454,20 @@ html, body{
grid-row: 2;
grid-column: 2;
margin-left: 0;
margin-top: -88px;
margin-top: -100px;
#plan{
width:90%;
height: auto;
margin-bottom: 0;
max-height: 333px;
}
#fleche{
width:60%;
height: auto;
box-sizing: border-box;
max-height: 333px;
}
}
@@ -541,10 +550,11 @@ html, body{
#fleche{
width: 60%;
max-height: 666px;
}
#plan{
max-height: 666px;
}
}
}