refactor: simplify HTML structure and remove unused CSS classes

This commit is contained in:
mirage
2026-03-06 13:46:26 +01:00
parent 463ac0010e
commit 549e55440f
3 changed files with 13 additions and 39 deletions

View File

@@ -1,33 +1,3 @@
a {
text-decoration: none !important;
}
.titre-h1 {
padding: 15px 0;
border-bottom: 1px solid #ddd;
}
.titre-item {
padding: 8px 0;
}
.titre-item img {
width: 70px;
height: 70px;
object-fit: cover;
}
.titre-link {
font-size: 1.1rem;
color: #0d6efd;
text-decoration: none;
}
.titre-link:hover {
text-decoration: underline;
}
.titre-duree {
font-size: 0.9rem;
color: #666;
}