change header

This commit is contained in:
NilsUeter
2023-04-16 22:19:03 +02:00
parent 8ff7f80106
commit d8a7511728
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ function App() {
<div className="header print-display-none">
FancyScribe
<div className="subheader">
A fancy way to view your Warhammer 40k BattleScribe rosters.
A fancy way to view your Warhammer 40k BattleScribe rosters
</div>
</div>
+2 -1
View File
@@ -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%;