changed project/xx/view to grid layout
This commit is contained in:
@@ -393,4 +393,16 @@ table{
|
||||
|
||||
a.wikilink{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.grid2{
|
||||
display: grid;
|
||||
grid-template-columns: 230px auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.grid2{
|
||||
display: grid;
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user