Skip to content

Commit

Permalink
Add styling to title
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand committed Dec 12, 2024
1 parent 466cea1 commit 775cc14
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,16 @@
content: "·";
margin: 0.5rem;
}

.titleWrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom: 1.5rem;
}

.title {
max-width: var(--max-content-width-medium);
width: 100%;
}

0 comments on commit 775cc14

Please sign in to comment.