Skip to content

flex-grow issue in Listing 6.11 #9

@syhuh

Description

@syhuh

Following style has corrupted layout.

.portfolio img {
  flex: 1;
  object-fit: cover;
  width: 100%;
}

So, I think it shoud be as follows

.portfolio img {
  flex-grow: 1;
  object-fit: cover;
  width: 100%;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions