mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Horizontal rule divs are now hr
This commit is contained in:
parent
a8336bc5ce
commit
66fabbb197
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ export const ResourceName = styled.p`
|
|||
font-weight: 400;
|
||||
`;
|
||||
|
||||
export const Divider = styled.div`
|
||||
export const Divider = styled.hr`
|
||||
border-bottom: 1px solid ${tint(theme.bg.wash, -4)};
|
||||
margin-top: 24px;
|
||||
margin-bottom: 24px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue