Merge pull request #119 from scheals/fix/solution-in-04-flex-information

04 flex information: fix the solution to fit the self-check
This commit is contained in:
Eric Olkowski 2022-01-24 19:38:00 -05:00 committed by GitHub
commit d147377ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -37,11 +37,10 @@ body {
.container {
display: flex;
align-items: center;
justify-content: center;
gap: 52px;
}
.info {
max-width: 200px;
}
}