This commit is contained in:
Laurent Destailleur 2021-09-12 02:04:02 +02:00
parent ce33f39bb0
commit 6353987b15

View File

@ -464,7 +464,8 @@ table.tablesupport {
@media only screen and (max-width: 570px)
{
.blocksupport {
width: 90%;
width: calc(100% - 4px);
padding: 4px;
}
.tablesupport {