Fix overall background color

This commit is contained in:
Adam Mohammed
2024-11-23 15:21:25 -05:00
parent 7d1fa0a9c7
commit 25aff5ceff
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@
<span>610-6922-6920</span>
</div>
</div>
<div class="flex flex-row bg-[#fdfefe] rounded-lg mx-4 mt-4 mb-4 px-4 py-4 items-center lg:p-12">
<div class="flex flex-row bg-[#fdfefe] rounded-lg mx-4 mt-4 mb-4 lg:mb-0 px-4 py-4 items-center lg:p-12">
<div class="flex flex-col pl-2">
<span class="text-3xl">Wedding Block</span>
<span class="text-xl">Details coming soon</span>

View File

@@ -20,7 +20,7 @@
</head>
<body>
<div id="main-content">
<div id="main-content" class="lg:bg-[#fdfefe]"/>
<%= yield %>
</div>
<script>