diff --git a/src/css/profile/mobile/common/core.less b/src/css/profile/mobile/common/core.less index f2da9d8011..1d44725702 100644 --- a/src/css/profile/mobile/common/core.less +++ b/src/css/profile/mobile/common/core.less @@ -147,10 +147,19 @@ } .ui-content-area { + // Width for Tablet + @media (min-width: 673px) and (min-height: 411px) { + width: 90%; + } + @media (min-width: 960px) { + width: 75%; + } + background-color: var(--background-area-color); border-radius: 26 * @px_base; box-sizing: border-box; box-shadow: 0 0 0 0.25 * @px_base var(--content-area-line-color) inset; + margin: auto; &-disabled-top-rounding { border-top-left-radius: 0;