Skip to content

Commit

Permalink
mobile safari margins .. :(
Browse files Browse the repository at this point in the history
  • Loading branch information
melteng committed Feb 18, 2016
1 parent b12dfcc commit 2163160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions datausa/assets/scss/elements/_profile_m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ body.profile, body.story {
@include box();

.category {
margin: 0 auto;
padding: 30px 25px 25px;
margin: 0 auto 30px;
padding: 10px 25px 20px;

&::before, &::after {
content: none;
Expand Down
4 changes: 2 additions & 2 deletions datausa/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -5040,8 +5040,8 @@ body.redirect nav {
-moz-box-sizing: border-box;
box-sizing: border-box; }
body.profile .profile-section .category, body.story .profile-section .category {
margin: 0 auto;
padding: 30px 25px 25px; }
margin: 0 auto 30px;
padding: 10px 25px 20px; }
body.profile .profile-section .category::before,
body.profile .profile-section .category::after,
body.story .profile-section .category::before,
Expand Down

0 comments on commit 2163160

Please sign in to comment.