diff --git a/sass/_content.scss b/sass/_content.scss index d90c3dcb91e6dc6e502253a096b32c77091aba9d..fa6e5047f46b03cb5f9821849a93035a6cfe4141 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -13,3 +13,12 @@ @extend .media; align-items: center; } + +.further-section figure { + height: 16rem; + + img { + width: 100%; + height: auto; + } +} diff --git a/templates/shortcodes/further.html b/templates/shortcodes/further.html index 261ff7ce39c60f975388f3b42e459c08c73247c7..cedd17714359538a08db6bfb1211e82ac7b9662a 100644 --- a/templates/shortcodes/further.html +++ b/templates/shortcodes/further.html @@ -1,6 +1,6 @@ -<section class="section"> +<section class="section further-section"> <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] %} <div class="column is-one-third"> <div class="card">