Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleadem committed Nov 22, 2024
1 parent 39e8f6a commit c0774a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1573,18 +1573,18 @@ iframe {
@include u-margin-y(3);
@include u-measure(6);

.post-preview__title,
.post-preview_content,
.post-preview__header,
&__title,
&__content,
&__header,
.post-category {
@include u-margin-y(2);
}

.post-preview__header {
&__header {
@include u-margin-top(3);
}

.post-preview__title {
&__title {
@include typeset("lang", "lg", 3);
@include u-text("bold");

Expand All @@ -1597,7 +1597,7 @@ iframe {
}
}

.post-preview__content p {
&__content p {
@include u-font("lang", "xs");
}
} // .post-preview
Expand Down

0 comments on commit c0774a6

Please sign in to comment.