openeuropa / oe_bootstrap_theme

Bootstrap-based theme
European Union Public License 1.2
6 stars 13 forks source link

The styles for the card pattern (search variant) and BCL are not consistent #319

Open msnassar opened 1 year ago

msnassar commented 1 year ago

It seems that the styles applied to the card pattern (search variant) is not aligned with the styles in the BCL.

Card pattern:

<div class="row">
<div class="col-md-3 col-lg-2 rounded mw-listing-img">
<div class="col-md-9 col-lg-10">
</div>

Font style: fs-4 No space between the image/date block and the title https://digit-oesa.acc.fpfis.tech.ec.europa.eu/en/node/47 image


BCL:

<div class="row">
<div class="bcl-card-start-col mb-3 mb-lg-0 bcl-size-small">
<div class="col-12 col-md">
</div>

Font style: fs-5 image

I think the card pattern should be updated to align with BCL

msnassar commented 8 months ago

Hello @tibi2303 and @brummbar After the update we still have no space between the image/date-block the the content image

Here is our settings: