Public Access
5
0

modifs page Lore et dépendances

This commit is contained in:
LD
2025-11-19 14:29:27 -05:00
parent c5ebf4d98b
commit 01712bddf1
2 changed files with 31 additions and 11 deletions

View File

@@ -55,13 +55,14 @@
color: #FFEFE5;
}
.lore h1, h3{
.lore h1, h2, h3{
margin-left: 10px;
}
.lore p{
margin: auto;
padding: 10px;
min-width: 60%;
margin: 10px;
padding: 5px 5px 5px 0px;
}
.lore table{
@@ -79,7 +80,7 @@
border: 1px solid #FFEFE5;
}
.lore img{
.lore td img{
margin: 10px;
width: 90%;
}