Skip to content

Commit

Permalink
fix(content): fixes content overlap for widths between 1265 and 1500px
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 30, 2021
1 parent b7554ff commit e21969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/docs/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class BaseLayout extends Component {
<div className="container mt-1 px-9 mx-auto flex items-center justify-center">
<div className="mt-20 xl:mt-0">
<div
className="container content lg:max-w-3xl"
className="container content xl:max-w-xl 2xl:max-w-3xl"
dangerouslySetInnerHTML={{ __html: html }}
/>
<div className="mt-8 flex flex-col md:flex-row justify-between">
Expand Down

0 comments on commit e21969c

Please sign in to comment.