Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Website
Commits
65cb51e2
Commit
65cb51e2
authored
Oct 06, 2020
by
Michael Iseard
Browse files
Re-add full-bleed class
parent
143ae459
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/template-faq.blade.php
View file @
65cb51e2
...
...
@@ -15,7 +15,7 @@
@
section
(
'above-container'
)
@
include
(
'partials.page-title'
)
{{
--
CATEGORIES
--
}}
<
div
class
=
"bg-light
full-bleed
"
>
<
div
class
=
"bg-light"
>
<
div
class
=
"container"
>
<
div
class
=
"row align-items-center justify-content-start py-4"
>
@
foreach
(
$categories
as
$category
)
...
...
@@ -32,7 +32,7 @@
@
section
(
'content'
)
{{
--
FAQ
CONTENT
--
}}
<
div
class
=
"row faq-content
m-auto full-bleed
container"
>
<
div
class
=
"row faq-content
alignwide
container"
>
@
while
(
$questions
->
have_posts
())
@
php
$questions
->
the_post
()
@
endphp
@
include
(
'partials.content-faq'
)
@
endwhile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment