Add an "About" link

This commit is contained in:
Lynn
2022-01-03 16:17:36 +01:00
parent ef1de44e5d
commit 5a8100f720
4 changed files with 90 additions and 12 deletions

View File

@@ -25,14 +25,19 @@ body {
font-weight: bold;
}
.App {
.App-container {
position: relative;
max-width: 500px;
display: flex;
flex-direction: column;
max-width: 500px;
margin: 0 auto;
justify-content: center;
}
.App-container h1 {
margin-top: 0;
}
.Game {
display: flex;
flex-direction: column;
@@ -152,4 +157,10 @@ a:active {
.App-footer {
margin: -1rem 0 2rem 0;
font-size: 80%;
line-height: 1.5;
}
.App-about {
margin-top: -1rem;
line-height: 1.4;
}