Skip to content

Commit

Permalink
improve margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Dec 2, 2023
1 parent 2f164e5 commit 999074a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%- include('partials/header') %>

<div class="flex flex-col items-center w-full">
<div class="max-w-4xl px-4 py-10">
<div class="max-w-4xl px-4 py-10 md:px-8">
<h1 class="flex flex-col items-center text-center">
<span class="text-xl text-slate-600">
Wowell World Studios Presents
Expand All @@ -21,7 +21,7 @@
>🍿 Jump to the Movies 🍿</a>
</div>

<div class="mt-4 space-y-4 leading-7">
<div class="mt-4 space-y-4 leading-7 md:mt-8">
<h2 class="text-2xl font-semibold text-violet-600">
Don’t you miss movie nights?
</h2>
Expand Down

0 comments on commit 999074a

Please sign in to comment.