File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,12 @@ <h6 class="h6">Step 2</h6>
53
53
< h3 class ="h2 "> Add Integrations</ h3 >
54
54
< p class ="p "> Supercharge your workflow and connect the</ p >
55
55
< p > tools you use every day to your account.</ p >
56
- < hr class ="black " />
57
- < hr class ="black " />
58
- < hr class ="white " />
59
- < hr class ="white " />
56
+ < div class ="top ">
57
+ < hr class ="black " />
58
+ < hr class ="black " />
59
+ < hr class ="white " />
60
+ < hr class ="white " />
61
+ </ div >
60
62
</ div >
61
63
</ div >
62
64
< div class ="grid2 subcontainer2 ">
Original file line number Diff line number Diff line change 25
25
26
26
.subcontainer1 {
27
27
display : grid;
28
- grid-template-rows : 1.8fr 5.7 fr 2.5fr ;
28
+ grid-template-rows : 1.8fr 4.5 fr 2.5fr ;
29
29
background-color : # f8f9fa ;
30
30
/* background-color: antiquewhite; */
31
31
/* border: 1px solid blue; */
@@ -63,10 +63,10 @@ body {
63
63
}
64
64
65
65
.row2 {
66
- padding : 10px 0px 50 px ;
66
+ padding : 10px 0px 40 px ;
67
67
display : grid;
68
68
grid-template-columns : 0.5fr repeat (4 , 1fr ) 0.5fr ;
69
- grid-template-rows : repeat (4 , 2 fr );
69
+ grid-template-rows : repeat (4 , 1 fr );
70
70
}
71
71
72
72
.row2 div {
@@ -83,6 +83,10 @@ body {
83
83
color : grey;
84
84
}
85
85
86
+ .top {
87
+ margin-top : 15px ;
88
+ }
89
+
86
90
.headings {
87
91
font-size : 12px ;
88
92
}
You can’t perform that action at this time.
0 commit comments