Merge pull request #360 from SupraSensum/increase_self_check_clarity

flex: 06-flex-layout: README.md: Improve self check clarity
This commit is contained in:
Cody Loyd 2023-08-14 12:23:19 -05:00 committed by GitHub
commit 9ab349e7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ input {
border-radius: 16px;
padding: 8px 24px;
width: 400px;
margin-bottom: 16px;
}
/* SOLUTION */
@ -43,6 +42,7 @@ button {
align-items: center;
justify-content: center;
flex-direction: column;
gap: 16px;
}
a {