Skip to content

Commit

Permalink
fix(feed): don't cut off fallback dates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiang committed May 4, 2021
1 parent 105f385 commit 31ffa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function Feed(): JSX.Element {
margin: 0 -24px;
padding: 0 24px;
z-index: 1;
top: 90px;
top: 96px;
}
.section > .header > h2.date {
Expand Down

0 comments on commit 31ffa15

Please sign in to comment.