Refactor, "Give up" button

This commit is contained in:
Lynn
2022-01-03 00:08:23 +01:00
parent 49221d965a
commit f2524f6dae
3 changed files with 69 additions and 53 deletions

View File

@@ -134,15 +134,19 @@ a:active {
color: #cc77ff;
}
.App-option {
.Game-options {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
}
.App-option input {
margin-left: 0.5rem;
.Game-options > * + * {
margin-inline-start: 0.5rem;
}
.Game-options button {
min-width: 4rem;
}
.App-footer {