Skip to content

Commit cbd60b9

Browse files
Center align flex containers in index.module.css
Added justify-content: center to multiple flex containers for better alignment. Signed-off-by: Gilbert Sanchez <[email protected]>
1 parent d0423df commit cbd60b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/index.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
align-items: center;
4343
gap: 1.5rem;
4444
animation: fadeInDown 0.6s ease-out;
45+
justify-content: center;
4546
}
4647

4748
.heroLogo {
@@ -84,6 +85,7 @@
8485
flex-wrap: wrap;
8586
animation: fadeInDown 0.6s ease-out 0.3s backwards;
8687
align-items: center;
88+
justify-content: center;
8789
}
8890

8991
.badges a {
@@ -145,6 +147,7 @@
145147

146148
.heroSubtitle {
147149
font-size: 1.25rem;
150+
margin: auto;
148151
}
149152

150153
.buttonGroup {

0 commit comments

Comments
 (0)