Skip to content

Commit 745ef02

Browse files
authored
Update style.css
1 parent be620fa commit 745ef02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ body{
77
background-color: #f08;
88
text-align: center;
99
font-size: 2.4rem;
10-
border-radius: 20px
10+
border-radius: 20px;
11+
margin-bottom: 60px;
1112
}
1213

1314
.fl{
1415
display: flex;
1516
justify-content: space-between;
16-
padding: 60px 30px;
17+
padding: 0px 30px;
1718
gap: 20px;
1819
}
1920

0 commit comments

Comments
 (0)