Skip to content

Commit

Permalink
Fix: boxed - avoid header elements to horizontally overflow the viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
eri-trabiccolo committed Jun 23, 2017
1 parent 7ef25c0 commit 751c8ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/front/css/_parts/0_2_base_structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
/* boxed */
.boxed #wrapper { max-width: 1380px; margin: 0 auto;
-webkit-box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04);
box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04); }
box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04);
position: relative;}
.boxed .container { padding: 0; }
.boxed #page { background: #eaeaea; padding-bottom: 1px; }

Expand Down
2 changes: 1 addition & 1 deletion assets/front/css/_parts/0_4_header.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
position: absolute;
top: 0;
left: 0;
width: calc( 100% - 50px );
right: 0;
}


Expand Down

0 comments on commit 751c8ce

Please sign in to comment.