Skip to content

Commit

Permalink
Styles fro k-centre contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 26, 2024
1 parent 7fa32fb commit 5855113
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
}

@media (min-width: #{$screen-sm-min}) {
.node--type-clarin-centre .node--type-k-centre-profile {
.node--type-clarin-centre {
.field--name-field-administrative-contact, .field--name-field-technical-contact,
.field--name-field-monitoring-contacts, .field--name-field-contacts {
.field--name-field-monitoring-contacts {
display: inline-block;
padding-right: 2rem;
padding-top: 2rem;
Expand Down
7 changes: 7 additions & 0 deletions scss/modules/paragraphs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1182,3 +1182,10 @@
padding: unset;
}
}

// K-Centre profile contact
.paragraph--type--k-centre-contact {
.container {
padding: 1rem;
}
}

0 comments on commit 5855113

Please sign in to comment.