mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-30 09:59:45 +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;
|
position: relative;
|
||||||
|
|
||||||
|
margin-bottom: 48px;
|
||||||
|
|
||||||
&:not(:last-of-type):after {
|
&:not(:last-of-type):after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user