Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
fix(styles): fixes WP padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Campaña committed Jan 4, 2019
1 parent fe2111b commit 8913efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/components/Styles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const Styles = createGlobalStyle`
body {
background-color: #eef5f8;
}
.auto-fold #wpcontent,
#wpcontent {
padding-left: 0;
}
Expand Down

0 comments on commit 8913efd

Please sign in to comment.