table des très petits écrans
This commit is contained in:
parent
6fae1187e3
commit
23fa96a2b6
@ -1526,6 +1526,18 @@ th.col12 {
|
|||||||
width: 100%;
|
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
|
* Classes rapides
|
||||||
|
Loading…
Reference in New Issue
Block a user