Skip to content

Commit

Permalink
fix centering in pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Jul 14, 2016
1 parent ead504d commit 6e857e1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/styles/_socialbuttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
}

.parent-center {
.social-center {
margin: auto;
width: 50%;
padding: 10px;
}
.social { text-align: center; }
.social ul { display:inline-table; }
.social li { display:inline; }
}


Expand All @@ -17,9 +15,9 @@
@media (max-width: $screen-sm-min) {

.social-center {
margin: auto;
width: 50%;
padding: 10px;
.social { text-align: center; }
.social ul { display:inline-table; }
.social li { display:inline; }
margin-bottom: 100px;
}

Expand Down

0 comments on commit 6e857e1

Please sign in to comment.