Improve layout on small screens

This commit is contained in:
nemunaire 2024-01-11 17:13:14 +01:00
commit 268be00289
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
{{ if index .title $.Language.Lang }}
<div class="mb-5">
<div class="card" id="feature-{{ .id }}">
<div class="card-body row">
<div class="card-body row align-items-center">
{{ if and .img .img.src }}
<div class="col-md {{ if not (modBool $index 2) }}order-md-2{{ end }}">
<img src="{{ .img.src }}" class="card-img-top" alt="{{ index .img.alt $.Language.Lang }}">