Skip to content
Snippets Groups Projects
Commit 26acc542 authored by alexisben's avatar alexisben
Browse files

add full page class

parent 4d45a47f
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,8 @@
.block-content
> *
width: col(8)
// @include make-col-ready()
// @include make-col(8)
&--with-image
.block-content
align-items: center
> *
width: col(6)
// @include make-col(6)
......@@ -4,4 +4,8 @@
{{- $bodyclass = printf "page-%s" $bodyclass -}}
{{- end -}}
{{- if .Params.full_width -}}
{{- $bodyclass = printf "page-full %s" $bodyclass -}}
{{- end -}}
{{- return $bodyclass -}}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment