alicaudle / ecommerce-pattern-library

A term-long project redesigning an ecommerce website focusing on making a pattern library.
https://relaxed-elion-aae950.netlify.app/pattern-library/
0 stars 0 forks source link

Shop Now Card #4

Open alicaudle opened 4 years ago

alicaudle commented 4 years ago

The button on the "shop now" card won't scale down with the image. @thomasjbradley

thomasjbradley commented 4 years ago

A couple changes for you:

  1. Add the class of .pin-c to this element: https://github.com/alicaudle/ecommerce-pattern-library/blob/master/_patterns/cards/shop-now.html#L5

  2. Remove the top & left from here: https://github.com/alicaudle/ecommerce-pattern-library/blob/master/_patterns/cards/shop-now.css#L2-L3

  3. Adjust this padding in media queries so it can get larger & smaller: https://github.com/alicaudle/ecommerce-pattern-library/blob/master/_patterns/buttons/buttons.css#L17