Skip to content

Commit

Permalink
fix spacing around sections for item page - part of #356
Browse files Browse the repository at this point in the history
  • Loading branch information
elizoller committed Sep 30, 2021
1 parent 4ebee35 commit 4c31bf7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
13 changes: 9 additions & 4 deletions web/themes/custom/asulib_barrio/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/themes/custom/asulib_barrio/css/style.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions web/themes/custom/asulib_barrio/scss/components/node.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,11 @@

.field--name-field-typed-identifier {
word-break: break-all;
}

#details, #interact {
margin-bottom: $xs-padding;
}
#interact, #machine {
margin-top: $xs-padding;
}
5 changes: 0 additions & 5 deletions web/themes/custom/asulib_barrio/scss/components/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@
.field--name-field-rich-description {
margin-bottom: $spacer;
}
.content-section {
margin-bottom: ($spacer * 2);
}
}
.node--type-collection .col-md-12 {
// padding-top: 0;
padding-left: 0;
padding-right: 0;
// padding-bottom: 0;
}

.small-margin-bottom {
Expand Down

0 comments on commit 4c31bf7

Please sign in to comment.