copyright
This commit is contained in:
parent
d08ed2add8
commit
6eb0f6c6bf
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user