Skip to content

Commit aa87c71

Browse files
committed
tweaking people page css
1 parent 91f2160 commit aa87c71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_data/people.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Melanie Cornelius,,Department of Computer Science,University of Illinois Chicago
275275
Melissa Golter,,School of Art and Design,University of Illinois Chicago,Melissa,Golter,"MFA Graduate, 2006",MFA 06,alumni,,melissa.gif,,,9999
276276
Michael Avendano,,Department of Computer Science,University of Illinois Chicago,Michael,Avendano,"Undergraduate Researchers (REU), BS 2018",BS 18,alumni,[email protected],mavendano.jpg,,,9999
277277
Michael Bogucki,,Department of Computer Science,University of Illinois Chicago,Michael,Bogucki,Former MS Candidate,,alumni,,bogucki.jpg,,,9999
278-
Michael E. Papka,,Department of Computer Science,University of Illinois Chicago,Michael E.,Papka,Warren S. McCulloch Professor,MS 94,faculty,[email protected],mpapka_sm-3.png,https://www.evl.uic.edu/papka/,https://www.linkedin.com/in/michaelpapka/,1
278+
Michael E. Papka,,Department of Computer Science,University of Illinois Chicago,Michael E.,Papka,Warren S. McCulloch Professor,MS 94,faculty,[email protected],mpapka_sm-3.png,https://www.evl.uic.edu/papka/,https://www.linkedin.com/in/michaelpapka/,9999
279279
Michael Kmak,,,University of Illinois Chicago,Michael,Kmak,"Former Undergraduate REU, Web Developer",,alumni,,mk-half.jpg,http://www.no-nothingrock.com,,9999
280280
Michael Lewis,,Department of Computer Science,University of Illinois Chicago,Michael,Lewis,"PhD Graduate, 2017<br>MS Graduate, 2002","MS 02, PhD 17",alumni,[email protected],michael_lewis.png,https://sites.google.com/site/researchlogofmike/home,,9999
281281
Michael North,,Department of Computer Science,University of Illinois Chicago,Michael,North,Former MS Candidate,,alumni,[email protected],michaelnorth.jpeg,http://www.cas.anl.gov,,9999

_layouts/profiles.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: page
88
<div class="row">
99

1010
<!-- Sticky left menu -->
11-
<div class="col-md-2 d-none d-md-block">
11+
<div class="col-md-2 d-none d-md-block" style="padding-left:0;">
1212
<div class="sticky-top" style="top: 100px;">
1313
<ul class="list-unstyled">
1414
{% for status in status_order %}
@@ -60,7 +60,7 @@ layout: page
6060
</div>
6161

6262
<div class="container px-0">
63-
<div class="row">
63+
<div class="row pb-4">
6464
{% assign current_letter = "" %}
6565
{% for profile in people_in_status %}
6666
{% assign first_letter = profile.dirLastName | slice: 0, 1 | upcase %}

_sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ figure.cover {
13731373
// Red section headers
13741374
h2 {
13751375
color: #D50032;
1376-
margin-top: 30px;
1376+
margin-top: 0px;
13771377
}
13781378

13791379
// Page description

0 commit comments

Comments
 (0)