Skip to content
Snippets Groups Projects
Commit f6915c40 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

little tweak for small screens

parent 7693acaf
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,12 @@
+ p
margin-top: half($spacing0)
@include media-breakpoint-up(md)
@include in-page-with-sidebar
.persons
@include grid(2, md)
@include grid(1, md)
@include grid(2, xxl)
article
flex-direction: row
align-items: start
......@@ -21,6 +23,7 @@
width: calc(#{col(1, 4)} + #{$grid-gutter})
.description
margin-top: $spacing1
max-width: 70%
@include in-page-without-sidebar
.persons
@include grid(4, lg)
......
......@@ -34,7 +34,7 @@
</a>
{{ end }}
</h1>
<p itemprop="jobTitle"></p>
<p itemprop="jobTitle">
{{- if (partial "GetTextFromHTML" .role) }}
{{ partial "PrepareHTML" .role }}
{{- else if partial "GetTextFromHTML" $person.Params.description_short }}
......
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