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 13, 2019
1 parent 88f354e commit 220260b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendors/materialize/css/materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -4537,8 +4537,8 @@ small {
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
max-height: 100%;
overflow: hidden;
max-height: 80%;
overflow: auto;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
Expand Down

0 comments on commit 220260b

Please sign in to comment.