Skip to content

Commit

Permalink
cleans up docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Dec 14, 2017
1 parent eba5b6a commit cd65958
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>
woof
</h1>
<h3>🐶 command line applications made as easy as fetch</h3>
<pre>
<pre style="text-align:center;">
<code> npm install woof </code>
</pre>
<hr/>
Expand Down
13 changes: 7 additions & 6 deletions docs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ html, body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
margin-top: 20px;
}

.main {
color: #3e3e3e;
text-align: center;
Expand All @@ -21,7 +17,7 @@ body {
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
margin: 50px auto;
}

h3, h4 {
Expand Down Expand Up @@ -53,15 +49,20 @@ pre.example {
white-space: pre;
}

hr {
border-color: rgba(171, 103, 9, 0.32)
}

pre {
border-radius: 5px;
margin: 0 auto;
text-align: left;
background-color: rgba(171, 103, 9, 0.32);
color: #3e3e3e;
color: white;
padding: 10px;
white-space: normal;
}

pre code {
display: block;
}
Expand Down

0 comments on commit cd65958

Please sign in to comment.