We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f133b7 commit d4ead39Copy full SHA for d4ead39
1 file changed
src/css/container.css
@@ -5,6 +5,10 @@
5
padding: 0 16px;
6
}
7
8
+section:last-child {
9
+ margin-bottom: 64px;
10
+}
11
+
12
/* Styles for Tablet devices */
13
@media only screen and (min-width: 768px) {
14
.container {
@@ -14,7 +18,11 @@
18
15
19
section:not(:first-child) {
16
20
margin-bottom: 32px;
17
- }
21
+ }
22
23
+ section:last-child {
24
+ margin-bottom: 96px;
25
26
27
28
/* Styles for Desktop devices */
@@ -25,5 +33,9 @@
33
34
35
margin-bottom: 68px;
29
-}
36
37
38
39
+ margin-bottom: 164px;
40
41
0 commit comments