Skip to content

Commit

Permalink
Fix responsive layout on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
batlab committed Dec 25, 2016
1 parent c6956d6 commit 362ab90
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _sass/academic/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,20 @@

@include media-query($on-palm) {
float: none;

.contact-list {
text-align: center;

&:last-of-type {
margin-bottom: $spacing-unit / 2;
}
}
}

}

.contact-list-title {
display: none;
}

.contact-list {
Expand Down

0 comments on commit 362ab90

Please sign in to comment.