layout: fix Form stretched to Settings height

This commit is contained in:
Chika 2022-06-29 14:46:40 +03:00
parent ed011d2f69
commit 692b298180
3 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ const Wrapper = styled(Background)`
${min('laptop')} {
padding: 4px 6px 10px;
align-self: stretch;
min-height: 770px;
}
`;

View File

@ -14,7 +14,7 @@ const Wrapper = styled(Background)`
${min('laptop')} {
padding: 4px 18px;
min-height: 600px;
min-height: 641px;
}
`;

View File

@ -8,6 +8,7 @@ const Wrapper = styled(Background)`
padding: 4px 10px;
${min('laptop')} {
min-height: 770px;
padding: 4px 18px 10px;
}
`;