Fix overall background color
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="main-content">
|
||||
<div id="main-content" class="lg:bg-[#fdfefe]"/>
|
||||
<%= yield %>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user