Make side properties a bit better readable.
This commit is contained in:
parent
5c74da883b
commit
319c40c4a7
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
.side-property {
|
||||
margin: 2px 0;
|
||||
display: grid;
|
||||
grid-template-columns: 40% auto;
|
||||
grid-template-columns: minmax(40%, max-content) 1fr;
|
||||
justify-content: left;
|
||||
|
||||
label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue