Skip to content

Commit

Permalink
fix(ArticleDetail): fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
wlliaml committed Feb 20, 2024
1 parent 1e9d827 commit 7b4ab35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.container {
display: flex;
gap: var(--spacing-loose);
align-items: start;
align-items: flex-start;
margin-top: var(--spacing-x-loose);

& > a {
Expand Down

0 comments on commit 7b4ab35

Please sign in to comment.