fix: bordure sommaire en mode mobile
This commit is contained in:
parent
4abe3d6839
commit
fc91d24dc1
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ iframe {
|
||||||
|
|
||||||
#more-info {
|
#more-info {
|
||||||
position: static;
|
position: static;
|
||||||
border-left: 3px solid #e03131;
|
border-left: 3px solid var(--text-color-title);
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue