Skip to content

Commit

Permalink
minor ux
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinecraft committed Oct 25, 2024
1 parent 59000a5 commit e89697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/default/js/Pages/News/ShowNews.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<app-layout>
<app-head :title="__(':title - News', {title: news.title})" />

<div class="py-4 px-2 md:py-12 md:px-10 max-w-7xl mx-auto">
<div class="py-4 px-2 md:py-12 md:px-10 max-w-screen-2xl mx-auto">
<div class="flex justify-end mb-8">
<div class="flex">
<inertia-link
Expand Down

0 comments on commit e89697b

Please sign in to comment.