Skip to content

Commit

Permalink
Proper mobile view of About page
Browse files Browse the repository at this point in the history
Mobile view of about page
looks fine now by adding
scrolling feature.

Fixes coala#298
  • Loading branch information
AkshJain99 committed Jan 14, 2019
1 parent 88f354e commit 86633c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions partials/tabs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ <h2 class="fine center">about</h2>
$('ul.tabs').tabs();
});
</script>
<link rel="stylesheet" href="/resources/css/people.css">
7 changes: 7 additions & 0 deletions resources/css/people.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@
.profile-bio > p:before, .profile-bio > p:after {
content: ' " ';
}

@media only screen and (max-width: 600px) {
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
max-height: 80%;
overflow: scroll;
}
}

0 comments on commit 86633c5

Please sign in to comment.