Skip to content

Commit b5dbecc

Browse files
committed
section padding valued chnaged.
1 parent 7d181c1 commit b5dbecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ img {
444444
section {
445445
max-width: 1500px;
446446
margin: 72px 40px;
447-
padding: 30px;
447+
padding: 30px 40px;
448448
border-radius: 12px;
449449
}
450450

@@ -663,7 +663,7 @@ footer {
663663

664664
section {
665665
margin: 40px 40px;
666-
padding: 24px;
666+
padding: 24px 40px;
667667
}
668668

669669
.site-header {

0 commit comments

Comments
 (0)