Public Access
5
0

correction au sélecteur img pour ne toucher que celles des articles

This commit is contained in:
LD
2025-11-23 16:24:44 -05:00
parent 0cdde29ebf
commit 80337ae4d5

View File

@@ -256,7 +256,7 @@ blockquote {
width: 90%; width: 90%;
} }
.lore img:not(.specialAlign img) { .lore article img:not(.specialAlign img) {
border-radius: 20px; border-radius: 20px;
width: 30%; width: 30%;
} }