Skip to content

Article card fixes

Dmitry Schneider requested to merge schneider.d/gamingonlinux:master into master

Hey, Liam! Appreciate work that you do, wanted to help you with website development. So, here’s couple fixes related to article group component.

I refactored your code a little bit so it’d be much easier to read due to less written code. And as advice try to use SCSS class nesting more often.

Things that were fixed:

  1. I fixed issue with image height not being fully stretch to the bottom of article card;
  2. I cleaned up the way you use paddings/margins inside article card info
  3. Added better way to split image and text content;
  4. Refactored tags styles, so they wouldn't add unneeded spacing below itself.

And here's before and after screenshot on desktop (I'd attached mobile screenshots but there's not a lot of changes):

123

If you have any questions, feel free to contact me!

Edited by Dmitry Schneider

Merge request reports