Gustavo Luigi 2023-10-31 02:55:03 -03:00
parent efcee66eb8
commit 682a1df459
1 changed files with 3 additions and 3 deletions

View File

@ -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">