Skip to content

Commit 3818d82

Browse files
committed
add padding top in section
1 parent 8211c68 commit 3818d82

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/styles.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ section {
3939
/* border: solid 3px aqua; */
4040
width: 60%;
4141
margin: 0 auto;
42-
margin-top: 2.5em;
43-
margin-bottom: 2.5em;
44-
height: calc(100vh - 5em);
42+
margin-top: 3em;
43+
margin-bottom: 3em;
44+
padding-top: 3em;
45+
height: calc(100vh - 6em);
4546
z-index: 2;
4647
}
4748

0 commit comments

Comments
 (0)