Skip to content

Commit

Permalink
fix: increase margin under header on dataset page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Aug 30, 2024
1 parent ea2d806 commit f6d6b14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckanext/fjelltopp_theme/assets/css/fjelltopp-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,10 @@ H2.dataset-heading a {

}

.dataset-resources h2 {
margin-bottom: 20px;
}

.dataset-resources li {
display: inline-flex;
justify-content: center;
Expand Down

0 comments on commit f6d6b14

Please sign in to comment.