added link to repository

This commit is contained in:
unknown 2023-02-03 23:32:11 +07:00
parent d3c891c383
commit 9c30ed500b
2 changed files with 13 additions and 0 deletions

View file

@ -119,6 +119,16 @@ button {
margin-left: auto;
}
/* Notice / Link */
.__notice {
margin-top: 0.625rem;
padding: 0 var(--unit-one);
font-size: var(--font-size-second);
line-height: 1.1;
word-wrap: break-word;
}
/* Media Query */
@media (hover: hover) {

View file

@ -31,6 +31,9 @@
<button class="_save-to-local">Save to local</button>
</div>
<div class="__notice">
Repository: <a href="https://github.com/westtle/simple-note" target="_blank">https://github.com/westtle/simple-note</a>
</div>
</div>
</main>