File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 {% for category in site.data.new-categories-order %}
1414 < div class ="category-container ">
15- < h2 class ="category-header "> {{ category }}</ h2 >
15+ < div class ="category-header-container ">
16+ < h2 class ="category-header "> {{ category }}</ h2 >
17+
18+ {% if category == "Alumni: Masters Students" %}
19+ < span class ="abbreviations-legend ">
20+ < b > MBI = Master's in Biomedical Informatics; BIRT = Biomedical Informatics and Data Science Research Training Program</ b >
21+ </ span >
22+ {% endif %}
23+ </ div >
1624
1725 {% assign currentPositionCategory = people_by_category | where: "name" , category | first %}
1826
Original file line number Diff line number Diff line change 88 margin-top : 60px ;
99
1010 .category {
11- & -header {
12- font-weight : 700 ;
13- font-size : 1.5rem ;
14- margin-bottom : 20px ;
11+ & -header-container {
12+ .category-header {
13+ font-weight : 700 ;
14+ font-size : 1.5rem ;
15+ margin-bottom : 20px ;
16+ }
17+
18+ & :has (.abbreviations-legend ) {
19+ .category-header {
20+ margin-bottom : 10px ;
21+ }
22+ .abbreviations-legend {
23+ font-size : 0.875rem ;
24+ }
25+ margin-bottom : 20px ;
26+ }
1527 }
1628 & -body {
1729 display : flex ;
You can’t perform that action at this time.
0 commit comments