layout: fix Form stretched to Settings height
This commit is contained in:
parent
ed011d2f69
commit
692b298180
@ -17,7 +17,7 @@ const Wrapper = styled(Background)`
|
||||
|
||||
${min('laptop')} {
|
||||
padding: 4px 6px 10px;
|
||||
align-self: stretch;
|
||||
min-height: 770px;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ const Wrapper = styled(Background)`
|
||||
|
||||
${min('laptop')} {
|
||||
padding: 4px 18px;
|
||||
min-height: 600px;
|
||||
min-height: 641px;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
@ -8,6 +8,7 @@ const Wrapper = styled(Background)`
|
||||
padding: 4px 10px;
|
||||
|
||||
${min('laptop')} {
|
||||
min-height: 770px;
|
||||
padding: 4px 18px 10px;
|
||||
}
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user