Public Access
5
0

Ajout d'images, de style et d'infos pour Lore

This commit is contained in:
LD
2025-11-19 15:12:20 -05:00
parent 4f78246f74
commit 1cc655daac
5 changed files with 36 additions and 20 deletions

View File

@@ -68,14 +68,10 @@ nav ul li {
.lore main{
margin: auto;
width: 90%;
width: 1366px;
}
.lore h2, h3{
margin-left: 10px;
}
.lore h1{
.lore h1, h2, h3{
margin: 10px;
}
@@ -86,7 +82,7 @@ nav ul li {
.lore table{
width: 80%;
border: 2px solid #FFEFE5;
margin: 10px;
margin: auto;
}
.lore th{
@@ -106,6 +102,14 @@ nav ul li {
width: 90%;
}
.lore article {
width: 95%;
}
.lore article div {
align-items: center;
display: flex;
}
/****************************/
/* PAGE: Missions */
/* AUTEUR: Stanislas */