diff --git a/src/app/profile/my-structures/my-structures.component.scss b/src/app/profile/my-structures/my-structures.component.scss index 105a1936944becfdec119a9fb3f3b3ce7b264076..006e75df870736498e0829280e67e0ebf626fbbf 100644 --- a/src/app/profile/my-structures/my-structures.component.scss +++ b/src/app/profile/my-structures/my-structures.component.scss @@ -18,6 +18,8 @@ gap: 32px; width: 100%; max-width: 1030px; + margin-right: auto; + margin-left: auto; @media #{$tablet} { padding: 24px; } diff --git a/src/app/profile/profile.component.scss b/src/app/profile/profile.component.scss index a9fa40e105fc6706cbe3f9fbb4eb280eb3236d00..e7cd4ca30cb9cf810d2d5c85823fb484fb88308d 100644 --- a/src/app/profile/profile.component.scss +++ b/src/app/profile/profile.component.scss @@ -53,6 +53,8 @@ gap: 32px; width: 100%; max-width: 1030px; + margin-right: auto; + margin-left: auto; @media #{$tablet} { padding: 24px; }