fix: horizontal shift on anchors targeting ids

This commit is contained in:
limes
2026-08-13 13:01:12 +02:00
parent a131700343
commit 1ba63d7338
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div id="root">
<div id="root" class="main-body">
<Navbar />
<div class="wrapper">
<slot />

View File

@@ -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>