PortalSettings: Branding: fix max width

This commit is contained in:
Viktor Fomin 2022-08-23 14:06:19 +03:00
parent 5e3a65cce3
commit 44dd57910f

View File

@ -13,6 +13,7 @@ import AdditionalResources from "./settingsBranding/additionalResources";
import ForbiddenPage from "../ForbiddenPage";
const StyledComponent = styled.div`
max-width: 700px;
width: 100%;
font-weight: 400;
font-size: 13px;