Skip to content

Commit

Permalink
Updates to improve look of cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinrichs committed Jan 14, 2025
1 parent 496a82b commit ede7a40
Show file tree
Hide file tree
Showing 9 changed files with 514 additions and 199 deletions.
3 changes: 2 additions & 1 deletion docs/_site/assets/css/uikit_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,8 @@ select.uk-form-width-xsmall {
.uk-card {
position: relative;
box-sizing: border-box;
transition: box-shadow .1s ease-in-out
transition: box-shadow .1s ease-in-out;
min-height: 350px; /* This controls the minimum height of cards */
}

.uk-card-body {
Expand Down
7 changes: 6 additions & 1 deletion docs/_site/assets/tipuesearch/tipuesearch_content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ede7a40

Please sign in to comment.