refactor: simplify HTML structure and remove unused CSS classes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user