Skip to content

Commit

Permalink
style: add margin to form Description
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-dane committed Oct 30, 2024
1 parent ac085d4 commit 15b6d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Flex } from "@web/components/Flex";

export const StyledDateTimeFlex = styled(Flex)`
margin-top: 15px;
margin-bottom: 10px;
`;

export const StyledDateFlex = styled(Flex)`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Flex } from "@web/components/Flex";
import styled from "styled-components";

export const StyledRepeatContainer = styled.div`
padding-bottom: 10px;
margin-bottom: 10px;
&:hover {
cursor: pointer;
}
Expand Down

0 comments on commit 15b6d19

Please sign in to comment.