mobile support for home and player

This commit is contained in:
cnachtigall1991
2021-10-06 19:25:00 +02:00
parent 886f182ff2
commit 08ffe9e550
11 changed files with 602 additions and 389 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="bg-secondary text-center pt-5 pb-4">
<div class="icons pb-4">
<a class="text-white" target="_blank" href="https://git.harting.dev/CSGOWTF/csgowtf">
<a class="text-white" target="_blank" href="https://git.harting.dev/CSGOWTF">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-github"
viewBox="0 0 16 16">
<path
@@ -10,10 +10,8 @@
</a>
</div>
<div class="text">
<p>This site is an open source project, originally created and maintained by <span class="text-warning">anonfunc</span> and <span
class="text-warning">vikingowl</span>.</p>
<p class="text-muted">For feedback contact us at <a class="text-muted text-decoration-none"
href="mailto:#">EMAIL</a></p>
<p>This site is an open source project, originally created and maintained by the <span class="text-warning">CSGOWTF</span> team.</p>
<p class="text-muted">For feedback contact us on gitea.</p>
</div>
</div>
</template>