diff --git a/index.html b/index.html index f257176..d9c1153 100644 --- a/index.html +++ b/index.html @@ -18,25 +18,14 @@
-

-
-
-
-
-
-

-

- -

-

quick - nginx server blocks in one command

-

-
-
-
-
-
-

+
+

+ +

+

quick + nginx server blocks in one command

+

+

Github!

- Installation

+ Installation

As of now, up only supports Debian and Ubuntu based distros. Support for more distros will come soon. Add an issue to bump this process.

You will need to have @@ -147,8 +137,9 @@

- - JS.ORG Logo + + JS.ORG Logo +

diff --git a/style.css b/style.css index 5331861..2a542ca 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ html { body { background: #000; - color: #fff; + color: #ddd; margin: auto 8%; word-wrap: break-word; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; @@ -14,6 +14,10 @@ body { line-height: 1.5; } +.hero { + padding: 30vh 0; +} + .octicon { display: inline-block; vertical-align: text-top; @@ -42,11 +46,6 @@ strong { font-weight: bolder } -h1 { - font-size: 2em; - margin: 0.67em 0 -} - img { border-style: none } @@ -127,13 +126,13 @@ button { h1, h2 { - margin-top: 0; - margin-bottom: 0 + margin: 30px 0; + color: #ccc } h1 { font-size: 32px; - font-weight: 600 + font-weight: 600; } h2 { @@ -266,8 +265,6 @@ code { .markdown-body h1, .markdown-body h2 { - margin-top: 24px; - margin-bottom: 16px; font-weight: 600; line-height: 1.25 }