Simplify css for homepage mobile layout fix

This commit is contained in:
Jonathan Wong 2015-09-05 18:01:44 -07:00
commit 423360e820

View file

@ -473,8 +473,8 @@ a .users-poster-face:hover {
position: relative; position: relative;
height: 260px; height: 260px;
width: 350px; width: 350px;
margin-right: 25px; margin-right: 20px;
margin-bottom: 25px; margin-bottom: 20px;
} }
.dashboard-activity-poster { .dashboard-activity-poster {
height: 200px; height: 200px;
@ -1891,7 +1891,7 @@ a .home-platforms-instance-list-oval:hover,
} }
.home-platforms-instance .slider { .home-platforms-instance .slider {
background-color: #2d2d2d; background-color: #2d2d2d;
width: 350px; width: calc(100% + 20px);
display: none; display: none;
position: absolute; position: absolute;
top: 128px; top: 128px;
@ -2335,9 +2335,6 @@ a .home-platforms-instance-list-oval:hover,
.home-platforms-instance { .home-platforms-instance {
width: calc(100% - 20px); width: calc(100% - 20px);
} }
.home-platforms-instance .slider {
width: calc(100% + 20px);
}
.dashboard-instance { .dashboard-instance {
width: 100%; width: 100%;
} }