Skip to content

Commit

Permalink
Move forum news section title inside the section
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Oct 15, 2024
1 parent 5185757 commit 5de2eac
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions resources/views/home.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@
{% block container %}
{{ render_block('homepage_banner') }}

<div class="row mt-4">
<div class="col-12">
<div class="box">
<div class="row">
<main class="col-md-8">
<section id="box-forum" class="box mt-4">
<h2 class="h4">
{{ icon('forumNews') }}
Co nowego na forum?
</h2>
</div>
</div>
</div>
<div class="row">
<main class="col-md-8">
<section id="box-forum" class="box">
<div class="card card-forum">
<div class="card-body">
<div class="row">
Expand Down Expand Up @@ -164,7 +158,7 @@
</ul>
</main>

<div class="col-md-4 position-relative">
<div class="col-md-4 position-relative mt-4">
<aside class="sticky-aside">
{{ render_block('homepage_banner_side') }}

Expand Down

0 comments on commit 5de2eac

Please sign in to comment.