Skip to content

Commit

Permalink
Reduce specificity in event listing css
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwimind committed Jul 17, 2023
1 parent aa7d57a commit c4bd4d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/components/view-events.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
gap: 0 var(--spacing);
}

.view-localgov-events-listing .views-row > * {
.views-row > * {
grid-column: 2;
}

.view-localgov-events-listing .views-row .views-field-localgov-event-image {
.views-row .views-field-localgov-event-image {
grid-row: 1 / span 4;
grid-column: 1;
}

.view-localgov-events-listing .views-row .views-field-localgov-event-image .field-content {
.views-row .views-field-localgov-event-image .field-content {
width: 200px;
}
}

0 comments on commit c4bd4d5

Please sign in to comment.