edit: nouveau overlay et minor bug fix sur le format mobile
This commit is contained in:
@@ -96,15 +96,23 @@
|
||||
width:666px;
|
||||
height:666px;
|
||||
}
|
||||
.theMatrix{
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
grid-auto-rows: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
/*=====================format tel*/
|
||||
@media(max-width:800px){
|
||||
#linkPannel{
|
||||
position:fixed;
|
||||
width:333px;
|
||||
height:666px;
|
||||
}
|
||||
|
||||
.theMatrix{
|
||||
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
||||
grid-auto-rows: 180px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user