Skip to content

Commit 5493227

Browse files
People profile fixes to stop the twitter button overlapping skills
1 parent 8e4283a commit 5493227

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages-people/people-drew.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a name="drew-morgan"></a>
22
<div class="row person-blurb">
3-
<div class="col-md-4 col-lg-3">
3+
<div class="col-md-4 col-lg-5 col-xl-3">
44
<div class="mb-2 box-shadow text-center">
55
<img class="profile-photo" src="./images/drew-profile-photo.png" />
66
</div>
@@ -37,7 +37,7 @@ <h4>Drew Morgan</h4>
3737
</div>
3838
</div>
3939
</div>
40-
<div class="col-md-12 col-lg-3 skills">
40+
<div class="col-lg-12 col-xl-3 skills">
4141
<div class="row">
4242
<div class="col-12">
4343
<h5>Drew can help with...</h5>

pages-people/people-keiran.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a name="keiran-wilkinson"></a>
22
<div class="row person-blurb">
3-
<div class="col-md-4 col-lg-3">
3+
<div class="col-md-4 col-lg-5 col-xl-3">
44
<div class="mb-2 box-shadow text-center">
55
<img class="profile-photo" src="./images/keiran-profile-photo.png" />
66
</div>
@@ -40,7 +40,7 @@ <h4>Keiran Wilkinson</h4>
4040
</div>
4141
</div>
4242
</div>
43-
<div class="col-md-12 col-lg-3 skills">
43+
<div class="col-lg-12 col-xl-3 skills">
4444
<div class="row">
4545
<div class="col-12">
4646
<h5>Keiran can help with...</h5>

0 commit comments

Comments
 (0)