copyright

This commit is contained in:
Settel 2021-07-30 21:52:32 +02:00
parent d08ed2add8
commit 6eb0f6c6bf

View File

@ -14,6 +14,9 @@
Play! Play!
</NuxtLink> </NuxtLink>
</div> </div>
<div class="startpage__copyright">
© 2021, Settel
</div>
</div> </div>
</template> </template>
@ -85,5 +88,11 @@
color: #ffffc0; color: #ffffc0;
} }
} }
&__copyright {
position: absolute;
right: 1em;
bottom: 0;
color: #000000;
}
} }
</style> </style>