master
parent
efcee66eb8
commit
682a1df459
|
@ -24,7 +24,7 @@
|
|||
@if($type->get("News")->status)
|
||||
@php($news = filterByContentType("News"))
|
||||
@if($news->isNotEmpty())
|
||||
<section id="article-section" >
|
||||
<section id="article-section" style="margin-top:120px;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
@ -84,7 +84,7 @@
|
|||
@if($type->get("Produkte")->status)
|
||||
@php($products = filterByContentType("Produkte"))
|
||||
@if($products->isNotEmpty())
|
||||
<section id="article-section" >
|
||||
<section id="article-section" style="margin-top:120px;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
@ -142,7 +142,7 @@
|
|||
@endif
|
||||
@endif
|
||||
|
||||
<section id="kontakt">
|
||||
<section id="kontakt">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
|
Loading…
Reference in New Issue