Skip to content
Snippets Groups Projects
Unverified Commit 4b4e8d46 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make images in further columns same height

parent 264f6789
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,12 @@ ...@@ -13,3 +13,12 @@
@extend .media; @extend .media;
align-items: center; align-items: center;
} }
.further-section figure {
height: 16rem;
img {
width: 100%;
height: auto;
}
}
<section class="section"> <section class="section further-section">
<h2>{{title|default(value="Weiteres zu diesem Thema")}}</h2> <h2>{{title|default(value="Weiteres zu diesem Thema")}}</h2>
<div class="columns is-multiline"> <div class="columns is-multiline is-same-height">
{% for further in page.extra.further[category] %} {% for further in page.extra.further[category] %}
<div class="column is-one-third"> <div class="column is-one-third">
<div class="card"> <div class="card">
......
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