File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ <h3 class="staffer-name" id="{{ page.name | slugify }}">
9
9
{%- else -%}
10
10
{{ page.name }}
11
11
{%- endif -%}
12
- {%- if page.pronouns -%}
13
- < span class ="staffer-pronouns "> {{ page.pronouns }}</ span >
14
- {%- endif -%}
15
12
</ h3 >
13
+ {%- if page.pronouns -%}
14
+ < p class ="staffer-pronouns "> {{ page.pronouns }}</ p >
15
+ {%- endif -%}
16
16
{%- if page.email -%}
17
17
< p > < a href ="mailto:{{ page.email }} "> {{ page.email }}</ a > </ p >
18
18
{%- endif -%}
Original file line number Diff line number Diff line change 9
9
width : auto ;
10
10
}
11
11
12
- p ,
12
+ .anchor-heading {
13
+ right : auto ;
14
+ left : - $sp-5 ;
15
+ }
16
+
17
+ .staffer-name ,
18
+ .staffer-meta ,
19
+ p {
20
+ margin : 0 0 $sp-1 0 ;
21
+ }
22
+
13
23
.staffer-name {
14
- margin : $sp-1 !important ;
24
+ @extend .d-inline-block ;
15
25
}
16
26
17
27
.staffer-pronouns {
You can’t perform that action at this time.
0 commit comments