Fix styling for nested lists

This commit is contained in:
Kamran Ahmed
2021-09-24 10:33:05 +02:00
parent eafbcd5867
commit c190a94bc6
2 changed files with 7 additions and 1 deletions

View File

@ -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`