Skip to content

Commit

Permalink
Add logo to demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Mar 26, 2018
1 parent 3ea1c81 commit 9ad80ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ textarea {
margin-top: 0;
}

#header img {
float: left;
}

#bothContainers {
position: absolute;
top: 0;
Expand Down
3 changes: 3 additions & 0 deletions docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
</a>

<div id="header">
<a href="/">
<img src="img/logo-black.svg" height="64px" width="64px" />
</a>
<h1>Marked Demo</h1>
</div>

Expand Down

0 comments on commit 9ad80ba

Please sign in to comment.