Skip to content

Commit

Permalink
fix main content bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Aug 2, 2024
1 parent b220a59 commit 304ace4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pages/built-with-directus/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -386,15 +386,12 @@ useSchemaOrg([
main {
max-inline-size: 50rem;
padding-block-end: var(--space-10);
border-block-end: 1px solid var(--gray-200);
margin-block-end: var(--space-10);
> * + * {
margin-block-start: var(--space-10);
}
section:not(:last-child) {
section {
padding-block-end: var(--space-10);
border-block-end: 1px solid var(--gray-200);
}
Expand Down

0 comments on commit 304ace4

Please sign in to comment.