binokochumolvarghese / lightbi-hugo

Lightbi is a minimal and clean blog theme for Hugo.
https://lightbi-hugo-theme.netlify.app/
MIT License
64 stars 36 forks source link

fix: Card pictures position and border-radius #22

Closed Simandre closed 11 months ago

Simandre commented 11 months ago

Fixes:

Pictures in cards have border-radius set at the bottom instead of top (changed the respective bootstrap class):

Capture d’écran 2023-07-27 à 01 47 14

Pictures now stick to the bottom of the card instead of its previous sibling, moving whitespace at the bottom of smaller cards of a row, to the space between the picture and the text:

Capture d’écran 2023-07-27 à 01 46 23

On fold-like sizes, cards are centered like other biggers sizes (was left aligned):

ezgif-4-f608f4c67a

binokochumolvarghese commented 11 months ago

Thank ou @EttSimon for the contribution.