Merge pull request #1378 from dotsam/margin-fix
Add negative margin to sections with fixed cards
This commit is contained in:
@@ -744,6 +744,11 @@ a .users-poster-face:hover {
|
||||
.users-name {
|
||||
position: relative;
|
||||
}
|
||||
#currentActivity,
|
||||
.home-platforms,
|
||||
.library-platforms {
|
||||
margin-right: -25px;
|
||||
}
|
||||
#dashboard-checking-activity,
|
||||
#dashboard-no-activity {
|
||||
margin-bottom: 20px;
|
||||
|
Reference in New Issue
Block a user