diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 4f5ff1c..f15347c 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -42,6 +42,7 @@ align-items: center; gap: 1.5rem; animation: fadeInDown 0.6s ease-out; + justify-content: center; } .heroLogo { @@ -65,6 +66,7 @@ margin: 0; animation: fadeInDown 0.6s ease-out 0.1s backwards; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); + text-align: center; } .buttonGroup { @@ -72,6 +74,7 @@ gap: 1rem; flex-wrap: wrap; animation: fadeInDown 0.6s ease-out 0.2s backwards; + justify-content: center; } .githubIcon { @@ -84,6 +87,7 @@ flex-wrap: wrap; animation: fadeInDown 0.6s ease-out 0.3s backwards; align-items: center; + justify-content: center; } .badges a { @@ -145,6 +149,7 @@ .heroSubtitle { font-size: 1.25rem; + margin: auto; } .buttonGroup {