Doceditor:Components:CompletedForm Fixed the width of the logo on the mobile device

This commit is contained in:
Akmal Isomadinov 2024-07-23 00:21:59 +05:00
parent 9bec273610
commit e28045cf58

View File

@ -83,7 +83,7 @@ export const CompletedFormLayout = styled.section<CompletedFormLayoutProps>`
align-self: center;
justify-content: center;
height: 48px;
width: 100vw;
width: calc(100% + 32px);
margin: 0 -16px;
margin-bottom: 32px;