place html anchors: top, bottom of page + for each form section

This commit is contained in:
2021-05-20 14:35:32 +02:00
parent 8683f8faf3
commit 54d03275cf
11 changed files with 27 additions and 12 deletions

View File

@@ -44,11 +44,26 @@ export default {
};
</script>
<style lang="scss" scoped>
<style lang="scss">
h1 {
margin: 1.5em 0;
}
div.vue-component {
h2 {
position: relative;
&:before {
position: absolute;
content: "\f1dd";
font-family: "ForkAwesome";
color: lightgrey;
left: -28px;
top: 4px;
}
a[name^="section"] {
position: absolute;
top: -2em;
}
}
padding: 1.5em 1em;
margin: 2em 0;
border: 1px solid lightgrey;