Skip to content

Commit

Permalink
chore: css updates for layout
Browse files Browse the repository at this point in the history
  • Loading branch information
asthabh23 committed Jan 7, 2025
1 parent 5e0e854 commit d0996c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions blocks/feed/feed.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
.feed.blog > div {
margin-bottom: var(--spacing-s);
padding: var(--spacing-ml) 0;
padding-top: 40px;
gap: var(--spacing-s);
}

Expand Down Expand Up @@ -184,6 +185,10 @@
padding: var(--spacing-xs) 0;
}

.feed.blog > div {
padding-top: unset;
}

.feed.recent h3,
.feed.blog h3 {
margin-bottom: var(--spacing-s);
Expand Down Expand Up @@ -212,6 +217,10 @@
font-size: var(--type-body-m-size);
line-height: var(--type-body-s-lh);
}

.feed.blog h1 {
margin-top: 0;
}
}

@media screen and (width >= 1200px) {
Expand Down

0 comments on commit d0996c2

Please sign in to comment.