Skip to content

Commit

Permalink
Comment out min-height for home-card style (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgunnlsgunn authored Oct 5, 2020
1 parent 6040d05 commit d11de5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/ui-bundle.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/css/doc-home.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
overflow: hidden;
color: var(--color-content-primary);
transition: transform 0.1s ease-out;
min-height: 220px;
/*min-height: 220px;*/
display: flex;
flex-direction: column;
justify-content: space-between;
Expand Down

0 comments on commit d11de5f

Please sign in to comment.