Implementierung Fachbereichsseiten #305

Merged
Denys Konovalov merged 95 commits from feat/fachbereiche into main 2024-11-22 09:01:21 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit a3000b8dd5 - 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 }}