make listinfo grid balanced
This commit is contained in:
parent
7c0ac35737
commit
51cb8b56fe
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ html *
|
|||
|
||||
.listinfo {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
align-items: center;
|
||||
|
@ -297,7 +297,7 @@ html *
|
|||
|
||||
.listinfo {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue