fix: bordure sommaire en mode mobile

This commit is contained in:
Kazhnuz 2024-10-12 13:59:12 +02:00
parent 4abe3d6839
commit fc91d24dc1

View file

@ -330,7 +330,7 @@ iframe {
#more-info {
position: static;
border-left: 3px solid #e03131;
border-left: 3px solid var(--text-color-title);
padding: 6px;
}
}