Skip to content

Commit

Permalink
fixes CSS coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
markconroy committed Dec 19, 2024
1 parent 481523d commit 2e03003
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/components/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
}

.lgd-contact__group > * + *,
.lgd-contact__group .field--name-localgov-contact-other-social > .field__item + .field__item,
.lgd-contact__group
.field--name-localgov-contact-other-social
> .field__item
+ .field__item,
.lgd-contact__group .office-hours__item + .office-hours__item {
margin-block-start: var(--contact-spacing);
}
Expand Down

0 comments on commit 2e03003

Please sign in to comment.