Skip to content

Commit

Permalink
Merge pull request #148 from dnoneill/css-fix
Browse files Browse the repository at this point in the history
fix document-title-heading css heirarchy
  • Loading branch information
corylown authored Sep 10, 2024
2 parents 05d5f75 + c82b7b6 commit 9f66232
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/blacklight_gallery/_gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
clear: left;
}

.document-metadata {
.document-title-heading {
padding-left: 0;
padding-right: 0;
}
.document-title-heading {
padding-left: 0;
padding-right: 0;
}

.document-metadata {
dt, dd {
flex: 0 0 100%;
max-width: 100%;
Expand Down

0 comments on commit 9f66232

Please sign in to comment.