copyright
This commit is contained in:
parent
d08ed2add8
commit
6eb0f6c6bf
@ -14,6 +14,9 @@
|
||||
Play!
|
||||
</NuxtLink>
|
||||
</div>
|
||||
<div class="startpage__copyright">
|
||||
© 2021, Settel
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -85,5 +88,11 @@
|
||||
color: #ffffc0;
|
||||
}
|
||||
}
|
||||
&__copyright {
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
bottom: 0;
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user