La page d'accueil est désormais fournie par une page du wiki spécifique

This commit is contained in:
leosw
2025-07-13 16:10:30 +02:00
parent bc44a41106
commit 238eebc00b
2 changed files with 24 additions and 5 deletions

View File

@@ -262,7 +262,7 @@ section {
text-align: justify;
}
section#index {
min-height: calc(100% - 98px - 320px);
min-height: calc(100% - 95px - 320px);
}
section h1 {
@@ -271,12 +271,15 @@ section h1 {
margin-top: 20px;
border-bottom: 1px solid #bbb;
}
section#index h1{
font-size: 40px;
}
section .subtitle {
font-variant: small-caps;
font-weight: 500;
background: #ddd;
margin: 0 20px 20px 0;
margin: 0 20px 5px 0;
display: inline-block;
padding: 3px 5px;
float: right;