Skip to content

Commit

Permalink
fix(layout): removed white borders of content
Browse files Browse the repository at this point in the history
  • Loading branch information
Likqez committed Dec 15, 2024
1 parent ac75051 commit cdc6b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/FooterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Wrapper div für die Breiten-Kontrolle -->
<div class="w-full xl:w-1/2 2xl:w-1/4 flex flex-col h-full">
<!-- Content -->
<div class="flex-1 border rounded-3xl p-3">
<div class="flex-1 p-3">
<slot name="content"/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion layouts/HeaderFooterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>

<!-- Content -->
<div class="h-full border rounded-3xl">
<div class="h-full">
<slot name="content" />
</div>

Expand Down

0 comments on commit cdc6b35

Please sign in to comment.