ampproject / ampstart

AMP Start source code and templates .
https://ampstart.com/
Apache License 2.0
418 stars 151 forks source link

[Land and See - Home] Popular tag is misaligned for anything smaller than < 814 px #743

Closed spacedino closed 7 years ago

spacedino commented 7 years ago

Current Popular tag is left aligned but the images in that section move and it looks off at different viewport sizes.

image

Should be Popular tag adjusts with content to left align with content (or something else that looks better).

afilbert commented 7 years ago

This does deviate from the approved design mocks, and was a compromise based on how the content came together. May need to manually set width of container to follow the list's breakpoints, as setting to inline-block, table, or left floating the parent container element to auto-resize with child contents seems to obscure the amp-list/amp-carousel content. Can add to #748 when ready, or create a new PR.