Skip to content

Commit

Permalink
header fix on mobile
Browse files Browse the repository at this point in the history
need to set width on header for mobile, otherwise it bleeds

Signed-off-by: Andrej <andrej@pud.ca>
  • Loading branch information
pudly committed Dec 30, 2015
1 parent d287f2b commit ee286f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/_header.scss
Expand Up @@ -140,6 +140,8 @@
position: fixed;
z-index: 100;

width: 100%;

@include translate(0, 0);
opacity: 1;
@include transition(all .2s ease-in-out);
Expand Down

0 comments on commit ee286f6

Please sign in to comment.