diff --git a/src/App.jsx b/src/App.jsx
index c651fc0..ad4dfe1 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -79,7 +79,7 @@ function App() {
FancyScribe
- A fancy way to view your Warhammer 40k BattleScribe rosters.
+ A fancy way to view your Warhammer 40k BattleScribe rosters
diff --git a/src/index.css b/src/index.css
index 1975923..d5171f1 100644
--- a/src/index.css
+++ b/src/index.css
@@ -75,7 +75,8 @@ button:focus-visible {
.header {
display: flex;
- flex-direction: column;
+ justify-content: space-between;
+ align-items: center;
padding: 8px 16px;
background-color: #536766;
width: 100%;