Skip to content

Commit

Permalink
fix(whatislove-dev): edit gap in dates on article page wd-599
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Jun 12, 2024
1 parent df2eb5a commit a2daeba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/whatislove-dev/src/styles/blocks/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@

.article__item-dates {
display: flex;
gap: 50px;
place-content: center;
place-content: space-between;
margin: 0;
color: hsl(var(--color-gray-100));

@media (--width-tablet) {
gap: 50px;
place-content: center;
}
}

.article__toc-wrapper {
Expand Down

0 comments on commit a2daeba

Please sign in to comment.