Skip to content
Snippets Groups Projects
Verified Commit 80ac1703 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Fix layout of the cards on the guidelines page

parent 8084db3a
No related branches found
No related tags found
3 merge requests!203WIP: Test MR,!197Fix layout of the cards on the guidelines page,!177HIFIS unified step 1
......@@ -15,7 +15,7 @@ post: The post which sould be displayed on the card
| strip
| relative_url -%}
{%- endif -%}
<div class="card {{ include.class }}">
<div class="card top-image-card {{ include.class }}">
<img class="card-img-top card-img-equal" src="{{ img_url }}" alt="Title image">
<div class="card-img-overlay">
<span class="badge badge-secondary">
......
......@@ -50,6 +50,11 @@
object-fit: cover;
}
.top-image-card {
width: 14rem;
height: auto;
}
.image-card {
@include drop-shadow;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment