Reduce statement size to allow for better mobile experience
This commit is contained in:
parent
86a354f353
commit
b20ef58e18
1 changed files with 2 additions and 2 deletions
|
@ -363,7 +363,7 @@ ul.messages {
|
|||
|
||||
ul.statements {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
|
||||
grid-auto-rows: 1fr;
|
||||
grid-gap: var(--gap);
|
||||
list-style: none;
|
||||
|
@ -372,7 +372,7 @@ ul.statements {
|
|||
li {
|
||||
display: grid;
|
||||
grid-row-gap: var(--gap);
|
||||
padding: var(--gap);
|
||||
padding: 0.75rem;
|
||||
border: var(--gray) 1px solid;
|
||||
text-align: right;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue