Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Add link to main repo
Browse files Browse the repository at this point in the history
Also fix padding at bottom of modal.
  • Loading branch information
SecretOnline committed Jun 22, 2015
1 parent 4e9b5e6 commit aae59a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ <h4>Aquatic Plants</h4>
<h4>Fish</h4>
</div>
<button type="button" id="genMD">Generate Markdown</button>
<p>Source available on <a href="https://github.com/SecretOnline/NMS-Report">GitHub</a>.</p>
</main>
</body>
</html>
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ button#genMD {
max-width: calc(53em + 40px);
margin-top: 80px !important; /* Header size */
overflow-y: scroll;
max-height: calc(100vh - 80px); /* - Header + padding */
max-height: calc(100vh - 120px); /* - Header + padding */
border-bottom: 0;
margin: 10px auto;
background-color: #fff;
Expand Down

0 comments on commit aae59a9

Please sign in to comment.