Skip to content

Commit

Permalink
Make formats tab values in two columns
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jan 16, 2023
1 parent 0d1161f commit 1535499
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@
}
}

.landing-page-cards.dataset_formats {
.ui.list {
@media only screen and (min-width: 800px) {
max-width: 800px;
column-count: 2;
column-gap: 2em;
}
}
}

/* Landing page */
.landing-page-cards {
.ui.list {
Expand Down

0 comments on commit 1535499

Please sign in to comment.