diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index acc85d65b..1012d6823 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -711,6 +711,11 @@ + + + diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 28aeda160..471cf828d 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -104,6 +104,7 @@ .alliances-logos { align-items: center; margin-bottom: 80px; + justify-content: center; } .alliance-logo { height: 80px; @@ -114,6 +115,12 @@ margin-top: 45px; } } + .stratum-v2-logo { + object-fit: contain; + @media (max-width: 767px) { + width: 300px; + } + } .copa { @media (min-width: 992px) { position: relative; diff --git a/frontend/src/resources/profile/stratum-v2.png b/frontend/src/resources/profile/stratum-v2.png new file mode 100644 index 000000000..b792f8af7 Binary files /dev/null and b/frontend/src/resources/profile/stratum-v2.png differ