mirror of
https://gitlab.com/tavo-wasd/conex-pages.git
synced 2025-06-07 13:33:29 -06:00
line-height fix
This commit is contained in:
parent
9af6a067da
commit
0538ba0d9e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ input {
|
|||
div.cardscontainer {
|
||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
display: grid;
|
||||
line-height: 0.6em;
|
||||
line-height: 1.1em;
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue