Skip to content

Commit

Permalink
place animated title text in a separate line
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 14, 2024
1 parent e78ce2e commit 2ffd504
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/TitleAccent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ const longestWord = words.reduce((prev, curr) =>
// setting up spacing
.container {
position: relative;
display: inline-block;
display: block;
margin-inline: auto;
width: max-content;
}

.ghost {
Expand Down

0 comments on commit 2ffd504

Please sign in to comment.