publication

This commit is contained in:
fabien
2025-11-13 06:46:02 +01:00
parent b37ba34a3a
commit 7e60f6081a
2 changed files with 29 additions and 18 deletions

View File

@@ -37,9 +37,6 @@ article b, li .lititle {
font-style: oblique 15deg;
text-shadow: 3px 3px 6px #909090;
}
li iframe {
min-height: 600px;
}
nav {
width:100%;
@@ -95,9 +92,9 @@ article#chapeau{
}
#logo {
max-height:80px;
max-height:50px;
flex-shrink:3;
min-width: 350px;
min-width: 250px;
}
@media screen and (max-width:1035px) {
#logo {display: none}
@@ -116,16 +113,30 @@ ul {
padding-bottom: 25px;
flex-wrap: wrap;
}
ul li {
display:flex;
flex-direction: column;
align-items: center;
gap: 10px;
max-width: 500px;
min-width: 200px;
margin: 0 15px;
max-width:500px;
min-width:200px;
margin: 0 15px 8px 15px;
}
#tournoi ul li {
max-width: 265px;
margin: 0 15px;
color: #666;
padding: 0 16px;
background-color: white;
box-shadow: 0 0 3px white;
}
#tournoi ul a {
margin-bottom: 16px;
}
li iframe {
min-height: 600px;
}
img.logo.partenaire {
max-width: 200px;
}