mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 01:15:46 +03:00
parent
4366a0d122
commit
548fae3cbc
|
@ -21,6 +21,10 @@ export const Section = styled.div.attrs(props => ({
|
|||
min-height: calc(100vh + 1px);
|
||||
}
|
||||
|
||||
& > &:last-child {
|
||||
min-height: initial;
|
||||
}
|
||||
|
||||
${media.lessThan('medium', true)`
|
||||
padding: 0;
|
||||
`}
|
||||
|
|
Loading…
Reference in New Issue
Block a user