Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
uses padding instead of webkit only fix
  • Loading branch information
rouzbeh84 committed Oct 11, 2017
commit f0593bf8cd5d2b10f45cd49cd7ce2d3b83d556d7
2 changes: 1 addition & 1 deletion src/components/Page/Page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.page__content {
flex: 1 1 auto;
overflow-x: hidden;
padding: 1.5em 1em;
padding: 1.5em 0.5em;

@include break {
flex: 3;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.sidebar__inner {
padding: 1.5em;
padding: 1em 0.5em;
overflow: hidden;
}

Expand Down