Fix styling for nested lists
This commit is contained in:
@ -5,6 +5,10 @@ import styled from 'styled-components';
|
||||
export const Ul = styled.ul`
|
||||
margin-left: 40px;
|
||||
margin-bottom: 18px;
|
||||
|
||||
ul {
|
||||
margin-top: 18px;
|
||||
}
|
||||
`;
|
||||
|
||||
export const Li = styled.li`
|
||||
|
Reference in New Issue
Block a user