Skip to content

Commit

Permalink
fix(component): CodeBlock component overflows in mobile devices (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei Asai authored Mar 28, 2021
1 parent 08cbf51 commit e32abb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const TwoColumnPageLayout: React.VFC<TwoColumnPageLayoutProps> = ({
padding-block-end: calc(var(--space-xxl) * 2);
@media screen and (max-width: 1200px) {
grid-template-columns: 1fr;
grid-template-columns: 100%;
grid-template-areas: "main" "hr" "footer";
margin-inline-start: 0;
margin-inline-end: 0;
Expand Down

1 comment on commit e32abb7

@vercel
Copy link

@vercel vercel bot commented on e32abb7 Mar 28, 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.