Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion web/themes/ventuno/src/scss/components/_about-block.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
.about-section {
@include media-breakpoint-up(lg) {
background-color: $white;
Expand All @@ -17,7 +18,7 @@
}
}
}

*/
.about-what,
.about-who,
.about-how {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
'joinup-layout',
'joinup-layout--twocolfooter-onecol-67-33',
'row',
'py-5',
'mb-4',
]
%}
{% if content %}
<div{{ attributes.addClass(classes) }}>
<div class="inline-column-right col-lg-4 order-lg-2 mb-4 mb-lg-0">
<div class="inline-column-right col-lg-5 order-lg-2 mb-3">
{% if content.third %}
<div {{ region_attributes.third.addClass('layout__region', 'layout__region--third') }}>
{{ content.third }}
</div>
{% endif %}
</div>
<div class="inline-column-left col-lg-8 order-lg-1">
<div class="inline-column-left col-lg-7 order-lg-1">
{% if content.first or content.second %}
<div class="row">
{% if content.first %}
Expand Down
12 changes: 6 additions & 6 deletions web/themes/ventuno/templates/layout/page--home.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
</div>
</div>

<div class="about-section">
<div class="container">
{{ about }}
</div>
</div>

{{ page.content_top }}

<main role="main">
Expand All @@ -125,12 +131,6 @@
{% endif %}
</main>

<div class="about-section">
<div class="container">
{{ about }}
</div>
</div>

{{ page.content_bottom }}

{% if page.footer %}
Expand Down