Skip to content

Commit

Permalink
new style
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jun 11, 2024
1 parent 8df37ce commit 989b8fa
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions website/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ button:-moz-focusring {
/* --- start --- */

body {
padding: 0 40px 100px;
padding-bottom: 100px;

line-height: 1.5;
font-size: 17px;
Expand All @@ -60,6 +60,21 @@ body {
color: #000;
}

.static,
h1,
h2,
h3,
h4,
h5,
h6,
.col-lbl,
p,
.button-container,
#support-plans-slider {
margin-left: 40px;
margin-right: 40px;
}

.static {
max-width: 600px;
margin: 0 auto;
Expand Down Expand Up @@ -344,7 +359,7 @@ hr {

@media (max-width: 550px) {
body {
padding: 0 0 40px;
padding-bottom: 40px;
}

.static,
Expand Down

0 comments on commit 989b8fa

Please sign in to comment.