mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-22 16:47:16 -05:00
fix: horizontal shift on anchors targeting ids
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="root">
|
||||
<div id="root" class="main-body">
|
||||
<Navbar />
|
||||
<div class="wrapper">
|
||||
<slot />
|
||||
|
||||
@@ -25,7 +25,6 @@ function titleSuffixHandler(path: string) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<NuxtRouteAnnouncer />
|
||||
|
||||
<section class="hero">
|
||||
@@ -410,7 +409,7 @@ function titleSuffixHandler(path: string) {
|
||||
</div>
|
||||
<div class="circle" />
|
||||
</section>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user