#28 added tabindex for "home"
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2021-11-02 23:43:19 +01:00
committed by Giovanni Harting
parent f57d4d941c
commit ed6c6e799a
4 changed files with 42 additions and 15 deletions

View File

@@ -4,10 +4,10 @@
</header>
<main>
<div class="spacer"></div>
<router-view name="main" />
<router-view name="main"/>
</main>
<footer class="mt-auto">
<Footer />
<Footer/>
</footer>
</template>
@@ -20,7 +20,7 @@ export default {
}
</script>
<style>
<style lang="scss">
@font-face {
font-family: "Obitron";
src: local("Obitron"), url("assets/fonts/Orbitron-VariableFont_wght.ttf") format("truetype");