Skip to content

Commit 523e5fd

Browse files
committed
Center align text in header and button group
Signed-off-by: Gilbert Sanchez <[email protected]>
1 parent 11d88f3 commit 523e5fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/index.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,15 @@
6666
margin: 0;
6767
animation: fadeInDown 0.6s ease-out 0.1s backwards;
6868
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
69+
text-align: center;
6970
}
7071

7172
.buttonGroup {
7273
display: flex;
7374
gap: 1rem;
7475
flex-wrap: wrap;
7576
animation: fadeInDown 0.6s ease-out 0.2s backwards;
77+
justify-content: center;
7678
}
7779

7880
.githubIcon {

0 commit comments

Comments
 (0)