Commit a2166a8 1 parent e2aa9e2 commit a2166a8 Copy full SHA for a2166a8
File tree 2 files changed +10
-2
lines changed
layouts/shortcodes/people
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
// -----------------------------------------------------------------------------
2
2
// GENERAL
3
+ h3 {
4
+ font-size : 1.8rem ;
5
+ }
6
+
7
+ h4 {
8
+ font-size : 1.4rem ;
9
+ }
10
+
3
11
p {
4
12
margin-bottom : 1rem ;
5
13
}
@@ -118,7 +126,7 @@ div.people-gallery {
118
126
}
119
127
120
128
// Name of person
121
- h4 {
129
+ h5 {
122
130
font-size : 1.1rem ;
123
131
margin-bottom : 0 ;
124
132
font-weight : 400 ;
Original file line number Diff line number Diff line change 1
1
{{ $data := (index .Site.Data.people .Params.id) -}}
2
2
< section class ="person " id ="{{ .Params.id }} ">
3
3
< img src ="/images/people/{{ with $data.img }}{{ . }}{{ else }}default.jpg{{ end }} " alt ="Picture of {{ $data.name }} ">
4
- < h4 > {{ $data.name }}</ h4 >
4
+ < h5 > {{ $data.name }}</ h5 >
5
5
{{ with $data.openrail_role -}}
6
6
< p > < em > {{ . }}</ em > </ p >
7
7
{{ end -}}
You can’t perform that action at this time.
0 commit comments