Skip to content

Commit

Permalink
Fixed responsiveness for larger screens (Coding-Coach#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
reeversedev authored and moshfeu committed Mar 11, 2019
1 parent fe92f2c commit f5e5d8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/components/MentorsList/MentorList.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
margin-top: 15px;
}

.device-desktop .mentors-wrapper {
margin-right: 1rem;
margin-left: 1rem;
}

.device-mobile .mentors-wrapper {
transform: translateY(-105px);
transition: transform .3s ease;
Expand Down Expand Up @@ -61,4 +66,4 @@
.ui.button.channel-link {
padding-right: 0;
padding-left: 0;
}
}
2 changes: 1 addition & 1 deletion src/sematic-extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ button.tertiary {

.ui.card.mentor-card:after {
display: none;
}
}

0 comments on commit f5e5d8b

Please sign in to comment.