Merge feat/fachbereiche into dev #238

Merged
Denys Konovalov merged 16 commits from feat/fachbereiche into dev 2023-08-04 18:11:48 +02:00
Showing only changes of commit acb5e9fd31 - Show all commits

@ -1,10 +1,10 @@
{{ define "main" }}
<section class="section-sm pb-0">
<section class="section">
<div class="container">
<div class="row">
{{ range .Data.Pages }}
<div class="col-lg-4 col-sm-6">
<div class="col-lg-4 col-sm-6 mb-5">
{{ .Render "fach" }}
</div>
{{ end }}