Increase the size of the "Book a Class" button for better visibility
Increase the button's padding and font size in `classes-section.tsx` by modifying Tailwind CSS classes. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9139fa4a-deb6-40f3-971b-e98fd6d687ed Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/7e0c882f-0ba7-4a0a-95a9-053449215a72.jpg
This commit is contained in:
parent
25727d172a
commit
db5c60e6ab
|
|
@ -58,7 +58,7 @@ export function ClassesSection() {
|
|||
|
||||
<div className="text-center mt-12">
|
||||
<a href="/calendar" className="inline-block">
|
||||
<button className="px-8 py-3 bg-rose text-white font-bold rounded-full hover:bg-rose-700 transition duration-300 shadow-md">Book a Class</button>
|
||||
<button className="px-12 py-5 bg-rose text-white font-bold rounded-full hover:bg-rose-700 transition duration-300 shadow-md text-xl">Book a Class</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue