improved style of simple post list
This commit is contained in:
parent
1011211a04
commit
9413a77498
2 changed files with 12 additions and 3 deletions
|
|
@ -282,6 +282,10 @@ ul.list {
|
|||
display: inline-block;
|
||||
min-width: 100px;
|
||||
}
|
||||
> li > div {
|
||||
display: grid;
|
||||
grid-template-columns: 100px auto;
|
||||
}
|
||||
}
|
||||
|
||||
#commento {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue