Skip to content

Commit

Permalink
style(web): fix layout in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
manekenpix committed Jul 25, 2024
1 parent 2c2721e commit d5d7354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/user/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</script>

<Nav username="{user.username}" />
<div class="mt-7 max-w-6xl mx-auto">
<div class="mt-7 max-w-6xl mx-auto xl:px-0 px-8">
<h2 class="mb-3 text-2xl underline">cinesync</h2>
<p>
cinesync is designed to bring the magic of cinema closer to movie enthusiasts. It is a
Expand Down

0 comments on commit d5d7354

Please sign in to comment.