Skip to content

Commit

Permalink
Add title styling to component
Browse files Browse the repository at this point in the history
  • Loading branch information
barkure committed Dec 13, 2023
1 parent 36133a9 commit 816fde9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
width: 90vw;
}

.title {
font-size: 1.2rem;
text-align: center;
}

.footer {
width: 100vw;
}
Expand Down

0 comments on commit 816fde9

Please sign in to comment.