Skip to content

Commit

Permalink
Fixed slight issue after rebase where the formatting on the people's …
Browse files Browse the repository at this point in the history
…page had messed up
  • Loading branch information
Matt1nAHat committed Apr 2, 2021
1 parent 1d8ce24 commit c40db82
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
15 changes: 14 additions & 1 deletion people.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,12 @@
{
background-color: #FFF;
padding-bottom: 60px;
margin-bottom: 30px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
width: 70%;
margin: auto;
margin-bottom: 30px;

}

/*Acts as a container for each person entry (split into groups 3 per row)*/
Expand Down Expand Up @@ -327,6 +330,8 @@
{
font-size: 30px;
}


}

/*Text Formatting for Desktop screens*/
Expand Down Expand Up @@ -462,6 +467,14 @@
position: relative;
display: inline-block;
}

.newSection
{
width: 100%;
margin: auto;
margin-bottom: 30px;

}

}

Expand Down
10 changes: 5 additions & 5 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1>Deyan Mihaylov</h1>
</div>
</div>
</div>
<div id="Students" data-aos="fade-up">
<div class="newSection" data-aos="fade-up">
<div class="peopleTitle">
<h2>Students</h2><br>
</div>
Expand Down Expand Up @@ -316,7 +316,7 @@ <h1>Kathryn Waterman</h1>
</div>
</div>
</div>
<div id="ProjectMembers" data-aos="fade-up">
<div class="newSection" data-aos="fade-up">
<div class="peopleTitle">
<h2>Project Members</h2><br>
</div>
Expand Down Expand Up @@ -409,7 +409,7 @@ <h1>Ka Wa Yip</h1>
</div>
</div>
</div>
<div id="GuestLecturers" data-aos="fade-up">
<div class="newSection" data-aos="fade-up">
<div class="peopleTitle">
<h2>Guest Lecturers</h2><br>
</div>
Expand Down Expand Up @@ -470,7 +470,7 @@ <h1>Genevieve Laurier</h1>
</div>
</div>
</div>
<div id="FormerStudents" data-aos="fade-up">
<div class="newSection" data-aos="fade-up">
<div class="peopleTitle">
<h2>Former Students</h2><br>
</div>
Expand Down Expand Up @@ -585,7 +585,7 @@ <h1>Richard Ngo</h1>
</div>
</div>
</div>
<div id="Directors" data-aos="fade-up">
<div class="newSection" data-aos="fade-up">
<div class="peopleTitle">
<h2>Interim Board of Directors</h2><br>
</div>
Expand Down

0 comments on commit c40db82

Please sign in to comment.