change header
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ function App() {
|
|||||||
<div className="header print-display-none">
|
<div className="header print-display-none">
|
||||||
FancyScribe
|
FancyScribe
|
||||||
<div className="subheader">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -75,7 +75,8 @@ button:focus-visible {
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
background-color: #536766;
|
background-color: #536766;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user