Skip to content

Commit 4c3dfb7

Browse files
Peuquiclaude
andcommitted
Balance footer columns: Move literature reference to left side
- Move "Formeln aus:" section from right column to left column - Place it after footnote 4 with horizontal separator - This balances the text distribution between both footer columns - Right column now only contains the deviations section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8858b72 commit 4c3dfb7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/Footer.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@
9696
<sup>4)</sup>
9797
{{ $t("sub4") }} (EV)
9898
</div>
99-
</div>
100-
<div class="col-3">
99+
100+
<hr />
101+
101102
<div>
102103
{{ $t("colRight1") }}
103104
<br />M.Rehm · N.Hulde · T.Kammerer · A.S.Meidert · K.Hofmann-Kiefer
@@ -116,9 +117,8 @@
116117
>
117118
</nav>
118119
</div>
119-
120-
<hr />
121-
120+
</div>
121+
<div class="col-3">
122122
<div v-html="$t('colRight2')"></div>
123123
</div>
124124
</div>

0 commit comments

Comments
 (0)