Skip to content

Commit

Permalink
Tune k-centre search layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent ffe244c commit 31077d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.node--type-k-centre-profile, .node--type-clarin-centre {
.field {
.field:not(.field--name-field-k-centre-website-url) {
padding-bottom: 0.625rem;

p {
Expand Down
2 changes: 1 addition & 1 deletion scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
// Page body:
.view-k-centres-search, .view-search-content {
.view-content {
a {
a:not(.btn) {
color: $link-color;
text-decoration: underline;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

{% if label_hidden %}
{% for item in items %}
<a{{ attributes.addClass(classes, 'field--item btn btn-outline-primary') }} href="{{ item.content['#url'].toString }}">Visit {{ item.content['#title'] }}</a>
<a{{ attributes.addClass(classes, 'field--item btn btn-outline-primary m-3') }} href="{{ item.content['#url'].toString }}">Visit {{ item.content['#title'] }}</a>
{% endfor %}
{% else %}
<div{{ attributes.addClass(classes) }}>
Expand Down

0 comments on commit 31077d7

Please sign in to comment.