table des très petits écrans

This commit is contained in:
Fred Tempez 2020-10-31 17:56:18 +01:00
parent 6fae1187e3
commit 23fa96a2b6
1 changed files with 12 additions and 0 deletions

View File

@ -1526,6 +1526,18 @@ th.col12 {
width: 100%;
}
/* Tableau sur les écrans de très petites tailles */
@media (max-width: 480px){
.table tr{
display: block;
margin-bottom: 10px;
}
.table td {
display: block;
text-align: right;
width: auto;
}
}
/**
* Classes rapides