Skip to content

Commit d4ead39

Browse files
authored
fix fixes (#68)
1 parent 2f133b7 commit d4ead39

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

src/css/container.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
padding: 0 16px;
66
}
77

8+
section:last-child {
9+
margin-bottom: 64px;
10+
}
11+
812
/* Styles for Tablet devices */
913
@media only screen and (min-width: 768px) {
1014
.container {
@@ -14,7 +18,11 @@
1418

1519
section:not(:first-child) {
1620
margin-bottom: 32px;
17-
}
21+
}
22+
23+
section:last-child {
24+
margin-bottom: 96px;
25+
}
1826
}
1927

2028
/* Styles for Desktop devices */
@@ -25,5 +33,9 @@
2533

2634
section:not(:first-child) {
2735
margin-bottom: 68px;
28-
}
29-
}
36+
}
37+
38+
section:last-child {
39+
margin-bottom: 164px;
40+
}
41+
}

0 commit comments

Comments
 (0)