Skip to content

Commit

Permalink
table-grid
Browse files Browse the repository at this point in the history
  • Loading branch information
winnidat committed Oct 15, 2024
1 parent 823b2df commit 582c303
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2443,3 +2443,10 @@ h4 {
max-width: 70%;
}
}

.wunderbyte-table-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
padding: 0px !important;
gap: 20px;
}

0 comments on commit 582c303

Please sign in to comment.