@zsolt-nagy, can you or another Admin. please review my code below and reply back to tell me what I’m doing wrong (I assume it’s related to “flex-shrink”). Without a resolution to this, I cannot move forward to complete these 5 remaining lessons (Chapter 12, 9 thru 13).
Thanks for the help:-).
crossbow {
display: flex;
flex-direction: column;
align-items: center;
}
.target:nth-of-type(2) {
align-self: stretch;
}
.target:nth-of-type(3) {
flex: auto;
}