Skip to content

Commit 989b8fa

Browse files
committed
new style
1 parent 8df37ce commit 989b8fa

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

website/assets/style.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ button:-moz-focusring {
4848
/* --- start --- */
4949

5050
body {
51-
padding: 0 40px 100px;
51+
padding-bottom: 100px;
5252

5353
line-height: 1.5;
5454
font-size: 17px;
@@ -60,6 +60,21 @@ body {
6060
color: #000;
6161
}
6262

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+
6378
.static {
6479
max-width: 600px;
6580
margin: 0 auto;
@@ -344,7 +359,7 @@ hr {
344359

345360
@media (max-width: 550px) {
346361
body {
347-
padding: 0 0 40px;
362+
padding-bottom: 40px;
348363
}
349364

350365
.static,

0 commit comments

Comments
 (0)