Skip to content

Commit ff151b5

Browse files
committed
Updated Pubs and Members
1 parent 05b70e7 commit ff151b5

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

_layouts/profiles.liquid

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ layout: page
4242

4343
{% if people_in_status.size > 0 %}
4444
<div class="status-section people-status-anchor-target" id="{{ status }}">
45-
<div class="row sticky-top sticky-heading border-bottom" style="top: 76px; background: var(--global-bg-color);">
46-
<div class="col-12 col-md-4 px-0">
47-
<h2 id="{{ status }}">{{ display_names[forloop.index0] }}</h2>
48-
</div>
45+
<div class="row">
46+
<div class="col-12">
47+
<h2 class="people-category" id="{{ status }}">{{
48+
display_names[forloop.index0] }}</h2>
49+
</div>
4950
{% assign people_count = people_in_status | size %}
5051

5152
{% if status == "alumni" %}

_sass/_base.scss

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,12 +720,20 @@ footer.sticky-bottom {
720720
}
721721
}
722722

723-
h2.bibliography {
723+
/* h2.bibliography {
724724
color: var(--global-divider-color);
725725
border-top: 1px solid var(--global-divider-color);
726726
padding-top: 1rem;
727727
margin-top: 2rem;
728728
text-align: right;
729+
}*/
730+
h2.bibliography {
731+
color: #D50032; /* red text */
732+
border-top: 1px solid var(--global-divider-color); /* keep divider
733+
line original color */
734+
padding-top: 1rem;
735+
margin-top: 2rem;
736+
text-align: right;
729737
}
730738

731739
ol.bibliography {
@@ -1412,6 +1420,14 @@ figure.cover {
14121420
font-size: 1.2em;
14131421
}
14141422
}
1423+
1424+
h2.people-category {
1425+
color: #D50032;
1426+
border-top: 1px solid var(--global-divider-color);
1427+
padding-top: 1rem;
1428+
margin-top: 2rem;
1429+
text-align: right;
1430+
}
14151431
}
14161432

14171433
.people-status-anchor-target {

0 commit comments

Comments
 (0)