renamed .__notice & moved it
This commit is contained in:
parent
6bf8f9f9c4
commit
d95f8dfa3a
2 changed files with 5 additions and 4 deletions
|
@ -32,6 +32,7 @@ main {
|
|||
height: calc(100% - 9vh);
|
||||
margin: 4.5vh auto;
|
||||
max-width: 32rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -121,7 +122,7 @@ button {
|
|||
|
||||
/* Notice / Link */
|
||||
|
||||
.__notice {
|
||||
#notice {
|
||||
margin-top: 0.625rem;
|
||||
padding: 0 var(--unit-one);
|
||||
font-size: var(--font-size-second);
|
||||
|
|
|
@ -31,9 +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>
|
||||
<div id="notice">
|
||||
Repository: <a href="https://github.com/westtle/simple-note" target="_blank">https://github.com/westtle/simple-note</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
|
Loading…
Reference in a new issue