diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index 874814e5f31..50083c4ce42 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -210,7 +210,6 @@ "longest-streak": "Longest Streak:", "current-streak": "Current Streak:", "portfolio": "Portfolio", - "portfolio_link": "A live URL link for {{title}} project.", "timeline": "Timeline", "none-completed": "No challenges have been completed yet.", "get-started": "Get started here.", diff --git a/client/src/components/layouts/rtl-layout.css b/client/src/components/layouts/rtl-layout.css index 0e3a73f6b10..42bdf645bdf 100644 --- a/client/src/components/layouts/rtl-layout.css +++ b/client/src/components/layouts/rtl-layout.css @@ -6,14 +6,6 @@ Increase the spacing in paragraphs line-height: 2rem; } -/* -Profile section -*/ - -[dir='rtl'] #profile-portfolio-image { - padding-left: 10px; -} - /* Intro project buttons and headings */ diff --git a/client/src/components/profile/components/portfolio.css b/client/src/components/profile/components/portfolio.css index 467ba95ebd0..588fe9acd6d 100644 --- a/client/src/components/profile/components/portfolio.css +++ b/client/src/components/profile/components/portfolio.css @@ -21,7 +21,7 @@ font-size: 1.5rem; margin-top: 0.5em; margin-inline-start: 0.5em; - grid-column: 1/ 1; + grid-column: 1/ -1; grid-row: 2; } @@ -29,7 +29,6 @@ grid-column: 1/ -1; margin-inline-start: 0.5em; grid-row: 3; - word-break: break-all; } @media (max-width: 990px) { @@ -50,7 +49,7 @@ } .portfolio-container h3 { - grid-column: 2; + grid-column: 2 / -1; grid-row: 1; }