File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/AddJournal Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ export const PolicyContainer = styled.div`
41
41
` ;
42
42
43
43
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 ;
47
47
` ;
48
48
49
49
export const Label = styled . label `
50
50
width: 100%;
51
51
font-size: 0.98rem;
52
52
text-align: left;
53
- display: block ;
53
+ display: grid ;
54
54
color: #a39797;
55
55
` ;
56
56
@@ -150,7 +150,7 @@ export const ToggleContainer = styled.div`
150
150
// gap: ${ ( props ) => ( props . primary ? '4rem' : '4rem' ) } ;
151
151
margin-top: 50px;
152
152
grid-template-columns: 1fr 1fr;
153
- grid-template-rows: 80px 70px;
153
+ grid-template-rows: 105px 70px;
154
154
column-gap: 7rem;
155
155
156
156
@media (max-width: 800px) {
You can’t perform that action at this time.
0 commit comments