Skip to content

Commit

Permalink
adjust grid columns on search result card
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Jan 13, 2023
1 parent b8e0fc5 commit e3cc746
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -713,10 +713,11 @@ input[type="text"], input[type="date"] {

.card.search-result {
grid-template-areas:
" title title title progress "
" descr descr descr descr "
" created created created created "
" due due due due ";
" title progress "
" descr descr "
" created created "
" due due ";
grid-template-columns: 1fr auto;
padding-left: 1rem;
border-radius: 1rem;
margin-bottom: 1rem;
Expand Down

0 comments on commit e3cc746

Please sign in to comment.