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:
commit
9ab349e7d9
|
@ -23,7 +23,6 @@ input {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 8px 24px;
|
padding: 8px 24px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SOLUTION */
|
/* SOLUTION */
|
||||||
|
@ -43,6 +42,7 @@ button {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in New Issue