We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df37ce commit 989b8faCopy full SHA for 989b8fa
website/assets/style.css
@@ -48,7 +48,7 @@ button:-moz-focusring {
48
/* --- start --- */
49
50
body {
51
- padding: 0 40px 100px;
+ padding-bottom: 100px;
52
53
line-height: 1.5;
54
font-size: 17px;
@@ -60,6 +60,21 @@ body {
60
color: #000;
61
}
62
63
+.static,
64
+ h1,
65
+ h2,
66
+ h3,
67
+ h4,
68
+ h5,
69
+ h6,
70
+ .col-lbl,
71
+ p,
72
+ .button-container,
73
+ #support-plans-slider {
74
+ margin-left: 40px;
75
+ margin-right: 40px;
76
+ }
77
+
78
.static {
79
max-width: 600px;
80
margin: 0 auto;
@@ -344,7 +359,7 @@ hr {
344
359
345
360
@media (max-width: 550px) {
346
361
347
- padding: 0 0 40px;
362
+ padding-bottom: 40px;
348
363
349
364
350
365
.static,
0 commit comments