Skip to content

Commit b8316d6

Browse files
committed
Update styles.js
1 parent 29995d5 commit b8316d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/AddJournal/styles.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ export const PolicyContainer = styled.div`
4141
`;
4242

4343
export const Toggle = styled.div`
44-
padding-left: 5px;
45-
padding-top: 1.5px;
46-
margin-left: 4rem;
44+
padding-left: 2px;
45+
padding-top: 0px;
46+
margin-left: 2rem;
4747
`;
4848

4949
export const Label = styled.label`
5050
width: 100%;
5151
font-size: 0.98rem;
5252
text-align: left;
53-
display: block;
53+
display: grid;
5454
color: #a39797;
5555
`;
5656

@@ -150,7 +150,7 @@ export const ToggleContainer = styled.div`
150150
// gap: ${(props) => (props.primary ? '4rem' : '4rem')};
151151
margin-top: 50px;
152152
grid-template-columns: 1fr 1fr;
153-
grid-template-rows: 80px 70px;
153+
grid-template-rows: 105px 70px;
154154
column-gap: 7rem;
155155
156156
@media (max-width: 800px) {

0 commit comments

Comments
 (0)