Skip to content

Commit 4f2d617

Browse files
committed
Finishing touches
1 parent 615ec78 commit 4f2d617

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

index.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ <h6 class="h6">Step 2</h6>
5353
<h3 class="h2">Add Integrations</h3>
5454
<p class="p">Supercharge your workflow and connect the</p>
5555
<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>
6062
</div>
6163
</div>
6264
<div class="grid2 subcontainer2">

style.css

+7-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {
2525

2626
.subcontainer1 {
2727
display: grid;
28-
grid-template-rows: 1.8fr 5.7fr 2.5fr;
28+
grid-template-rows: 1.8fr 4.5fr 2.5fr;
2929
background-color: #f8f9fa;
3030
/* background-color: antiquewhite; */
3131
/* border: 1px solid blue; */
@@ -63,10 +63,10 @@ body {
6363
}
6464

6565
.row2 {
66-
padding: 10px 0px 50px;
66+
padding: 10px 0px 40px;
6767
display: grid;
6868
grid-template-columns: 0.5fr repeat(4, 1fr) 0.5fr;
69-
grid-template-rows: repeat(4, 2fr);
69+
grid-template-rows: repeat(4, 1fr);
7070
}
7171

7272
.row2 div {
@@ -83,6 +83,10 @@ body {
8383
color: grey;
8484
}
8585

86+
.top {
87+
margin-top: 15px;
88+
}
89+
8690
.headings {
8791
font-size: 12px;
8892
}

0 commit comments

Comments
 (0)