From d8a7511728ec27edee5b7548bb4e4cbbce65938c Mon Sep 17 00:00:00 2001 From: NilsUeter Date: Sun, 16 Apr 2023 22:19:03 +0200 Subject: [PATCH] change header --- src/App.jsx | 2 +- src/index.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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%;