Skip to content

Commit

Permalink
fix: adjust learningHeader padding (#418)
Browse files Browse the repository at this point in the history
* fix: container margin for XL screens

* fix: adjust learningHeader padding
  • Loading branch information
awais-ansari committed Jul 25, 2023
1 parent e24cc5f commit a842430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Notifications/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const Notifications = () => {
iconAs={Icon}
variant="light"
iconClassNames="text-primary-500"
className="ml-4 mr-1 my-3 notification-button"
className="ml-4 mr-1 notification-button"
data-testid="notification-bell-icon"
/>
{notificationCounts?.count > 0 && (
Expand Down
2 changes: 1 addition & 1 deletion src/learning-header/LearningHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const LearningHeader = ({
<AppProvider store={store}>
<header className="learning-header">
<a className="sr-only sr-only-focusable" href="#main-content">{intl.formatMessage(messages.skipNavLink)}</a>
<div className="container-xl py-2 d-flex align-items-center learning-header-container">
<div className="px-4 py-2.5 d-flex align-items-center learning-header-container">
{headerLogo}
<div className="flex-grow-1 course-title-lockup" style={{ lineHeight: 1 }}>
<span className="d-block small m-0">{courseOrg} {courseNumber}</span>
Expand Down

0 comments on commit a842430

Please sign in to comment.