Skip to content

Commit

Permalink
Padding on price calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 24, 2024
1 parent a125d3c commit 3a650a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/views/layouts/navigation/logged-out.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@
}
});
});
</script>
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class="bg-blue-500 text-white/90 hover:bg-blue-600 font-semibold py-2 pl-2 round
</div>
</div>
</div>
<div class="mt-8 md:mt-0">
<div class="mt-8 p-4 md:mt-0">
<livewire:PriceCalculator/>
</div>
</div>
Expand Down

0 comments on commit 3a650a6

Please sign in to comment.