Add todos
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="container mx-auto flex flex-row justify-center md:hidden lg:hidden">
|
||||
<img src="<%= image_path 'website-hero.png' %>">
|
||||
<img src="<%= image_path 'daffodil-castle.jpg' %>">
|
||||
</div>
|
||||
<div id="ceremony" class="w-screen bg-[<%= color %>] lg:bg-[#fdfefe] lg:my-8">
|
||||
<div class="container mx-auto lg:h-fit text-slate-900 lg:rounded-2xl bg-[<%= color %>] lg:shadow-2xl">
|
||||
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
<div class="flex flex-col lg:flex-row lg:space-x-4">
|
||||
<div class="basis-1/3 max-md:hidden lg:rounded-bl-2xl lg:content-center">
|
||||
<img src="<%= image_path 'website-hero.png' %>" class="lg:object-cover lg:h-full lg:rounded-bl-2xl md:mx-auto" />
|
||||
<img src="<%= image_path 'daffodil-castle.jpg' %>" class="lg:object-cover lg:h-full lg:rounded-bl-2xl md:mx-auto" />
|
||||
</div>
|
||||
<div class="basis-2/3">
|
||||
<p class="text-xl px-5 pt-2">We're getting married! Come join us for our Ceremony at <b>Penn Oaks Golf Club</b> at <b>5:00pm June 7, 2025.</b></p>
|
||||
|
||||
Reference in New Issue
Block a user