Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix spacing between govspeak headings and attachment
- headings don't have margin bottom in govspeak, so rely on elements following them to have top margin for spacing - when followed by an attachment, this is a problem because an attachment is a gem component and therefore doesn't have top margin - solution is to add bottom margin to headings that does not exceed the top margin of other elements, so if both are present they will overlap without a visual difference - but for attachments the space will be provided by this new bottom margin - only doing this for H2 for now as this is the only example of this problem in the wild and I'm hesitant to make sweeping changes to govspeak
- Loading branch information