Skip to content

Commit

Permalink
Change panel inner padding to 60px
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 2, 2016
1 parent 74c38f1 commit 3073702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/vno.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ hr {
vertical-align: middle;
position: relative;
z-index: 800;
padding: 0 30px; }
padding: 0 60px; }

.panel-main__content {
max-width: 620px;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/components/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
vertical-align: middle;
position: relative;
z-index: 800;
padding: 0 30px;
padding: 0 60px;
}

.panel-main__content {
Expand Down

0 comments on commit 3073702

Please sign in to comment.