added link to repository
This commit is contained in:
parent
d3c891c383
commit
9c30ed500b
2 changed files with 13 additions and 0 deletions
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue