Skip to content

Commit

Permalink
feat: After review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunyachek committed Feb 23, 2024
1 parent 7c28093 commit 6eeca09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function ProgramCertificatesList({ intl }) {
);

return (
<main id="main-content" className="pt-5 pb-5" tabIndex="-1">
<main id="main-content" className="pt-5 pb-5 pl-4 pr-4" tabIndex="-1">
<div className="container-fluid">
{renderProfile()}
<NavigationBar />
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProgramRecordsList/ProgramRecordsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function ProgramRecordsList() {
);

return (
<main id="main-content" className="pt-5 pb-5" tabIndex="-1">
<main id="main-content" className="pt-5 pb-5 pl-4 pr-4" tabIndex="-1">
<div className="container-fluid">
{renderProfile()}
<NavigationBar />
Expand Down

0 comments on commit 6eeca09

Please sign in to comment.