publication site web

This commit is contained in:
fabien
2025-11-23 11:30:43 +01:00
parent 92c2d89344
commit 20c8d4250e
11 changed files with 38 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ article h2 {
font-family:"seasons";
}
article b, li .lititle {
article b, li .lititle , div .lititle{
font-weight: 700;
font-size: 1.2rem;
font-family: seasons;
@@ -118,18 +118,25 @@ ul {
}
ul li {
display:flex;
flex-direction: column;
align-items: center;
gap: 10px;
max-width:500px;
min-width:200px;
margin: 0 15px 8px 15px;
list-style: none;
}
ul li.max-width {
max-width: 100%;
}
li .enluminure {
max-width: 96px;
margin:4px;
float:left;
border-radius: 6px;
}
#tournoi ul li {
display:flex;
flex-direction: column;
align-items: center;
max-width: 265px;
margin: 0 15px;
color: #666;
@@ -141,11 +148,18 @@ ul li.max-width {
margin-bottom: 16px;
}
li iframe {
min-height: 670px;
min-height: 685px;
}
img.logo.partenaire {
max-width: 200px;
}
.titreparagraphe {
margin-top :16px;
font-weight: 500;
font-size: 1.2rem;
text-align: left;
width: 100%;
}
@media screen and (min-width: 900px) {
body {