Skip to content

Commit

Permalink
Fix tutorial header padding on smaller screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyam1101 committed Jul 2, 2023
1 parent dcb5ecb commit 5755e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-website/deepchem/layouts/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function TutorialLayout({ children }) {
{renderOrder.map((tutorials, i) => {
const list = (
<div key={i}>
<h3 className="text-lg pt-8 pl-2 md:px-0">
<h3 className="text-lg pt-8 pl-2 lg:pl-0">
{i + 1}. {tutorials.name}
</h3>
{tutorials.tutorials.map((tutorial, j) => {
Expand Down

0 comments on commit 5755e35

Please sign in to comment.