mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-29 17:40:05 +03:00
added padding to bottom section (#42)
This commit is contained in:
parent
c8e757f0be
commit
b23b83ec7b
|
@ -35,6 +35,8 @@ export const Section = styled.div.attrs(props => ({
|
|||
`
|
||||
position: relative;
|
||||
|
||||
margin-bottom: 48px;
|
||||
|
||||
&:not(:last-of-type):after {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user