Skip to content

Commit

Permalink
Add flex-wrap to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 15, 2024
1 parent 9ab2f1c commit 37bdb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</main>
<footer>
<div class="bg-blue-200 flex justify-center">
<div class="p-20 w-full max-w-3xl flex justify-end">
<div class="p-20 w-full max-w-3xl flex flex-wrap sm:justify-end">
<a
href="https://digitalservice.bund.de/impressum"
class="text-blue-800 underline hover:text-blue-700 p-12"
Expand Down

0 comments on commit 37bdb21

Please sign in to comment.