Skip to content

Commit

Permalink
Merge pull request #148 from gridaco/hotfix/layout-resolution
Browse files Browse the repository at this point in the history
fix style footer wrapper
  • Loading branch information
softmarshmallow authored Aug 24, 2021
2 parents bd056e2 + 0efb652 commit 70eba2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/pages/code/footer-action/code-screen-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export function CodeScreenFooter(props: ICodeScreenFooter) {
}

const CodeFooterCtaWrapper = styled.footer`
/* 16 is body's padding */
width: calc(100% - 16px);
/* 32 is padding */
width: calc(100% - 32px);
padding: 12px 16px;
display: flex;
background: #fff;
Expand Down

1 comment on commit 70eba2c

@vercel
Copy link

@vercel vercel bot commented on 70eba2c Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.