Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Conversation

@sengfung27
Copy link

No description provided.

index.html Outdated
<h3>Peanut Butter Cookies</h3>
<p>Yummy peanut buttery goodness!</p>
</div>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of things are happening here.

  • On line 54, you're moving the column to an offset of 4 but it doesn't have a size. This parent div will limit the width for the cookie h3, p, and img tags
  • You should not change the order of the h3, p, and img tags. Semantically the img tag belongs below the h3 heading
  • The way you wrapped the img tag and the h3 and p tag is good, and using the push and pull classes is also good. The issue here is that those two column don't add up to 12. You hacked to be centered by only using 7 columns, and having the parent offset by 4.

You should fix the other cookie product listings as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants