Skip to content

Commit

Permalink
Updated db hits layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Apr 13, 2023
1 parent 5bc5a4d commit 52c08e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ pre {

.db-list-group {
display: grid !important;
grid-template-columns: repeat(8, 1fr);
grid-gap: 1em;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
grid-gap: 0.25em;
}

.list-item-dbhits {
border: 0px !important;
}

0 comments on commit 52c08e6

Please sign in to comment.