diff --git a/frontends/mit-open/public/images/ocw-logo.png b/frontends/mit-open/public/images/ocw-logo.png index 9a5e2d0b2b..c4ffd9a2f0 100644 Binary files a/frontends/mit-open/public/images/ocw-logo.png and b/frontends/mit-open/public/images/ocw-logo.png differ diff --git a/frontends/ol-components/src/components/LearningResourceExpanded/LearningResourceExpanded.tsx b/frontends/ol-components/src/components/LearningResourceExpanded/LearningResourceExpanded.tsx index 1a64331dcb..a839d2509b 100644 --- a/frontends/ol-components/src/components/LearningResourceExpanded/LearningResourceExpanded.tsx +++ b/frontends/ol-components/src/components/LearningResourceExpanded/LearningResourceExpanded.tsx @@ -90,13 +90,19 @@ const CallToAction = styled.div` display: flex; justify-content: space-between; align-items: center; + ${({ theme }) => theme.breakpoints.down("sm")} { + flex-wrap: wrap; + justify-content: center; + } ` const StyledButton = styled(ButtonLink)` text-align: center; width: 220px; ${({ theme }) => theme.breakpoints.down("sm")} { - width: 182px; + width: 100%; + margin-top: 10px; + margin-bottom: 10px; } ` diff --git a/frontends/ol-components/src/components/Logo/Logo.tsx b/frontends/ol-components/src/components/Logo/Logo.tsx index 9637e0c34f..e0d9d0fda2 100644 --- a/frontends/ol-components/src/components/Logo/Logo.tsx +++ b/frontends/ol-components/src/components/Logo/Logo.tsx @@ -9,7 +9,7 @@ type PlatformObject = { export const PLATFORMS: Record = { [PlatformEnum.Ocw]: { name: "MIT OpenCourseWare", - image: "mit-ocw-logo-square.png", + image: "ocw-logo.png", }, [PlatformEnum.Edx]: { name: "edX",