Fix overall background color
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
<span>610-6922-6920</span>
|
<span>610-6922-6920</span>
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="flex flex-col pl-2">
|
||||||
<span class="text-3xl">Wedding Block</span>
|
<span class="text-3xl">Wedding Block</span>
|
||||||
<span class="text-xl">Details coming soon</span>
|
<span class="text-xl">Details coming soon</span>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="main-content">
|
<div id="main-content" class="lg:bg-[#fdfefe]"/>
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user