diff --git a/index.html b/index.html index cf082a70..fda092f5 100644 --- a/index.html +++ b/index.html @@ -349,7 +349,7 @@ .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr)); - grid-auto-rows: 6.25rem; + grid-auto-rows: min-content; grid-column-gap: 0.375rem; grid-row-gap: 0.375rem; grid-auto-flow: dense; @@ -423,8 +423,6 @@ font-weight: 400; line-height: 1rem; margin: 0; - overflow: hidden; - text-overflow: ellipsis; } .grid-item__subtitle {