Skip to content

Commit

Permalink
added some padding for better view in single spot view page
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudhuree committed Apr 30, 2024
1 parent b21ea4e commit 80ec41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/SingleSpot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function SingleSpot() {
<Tab>Description</Tab>
<Tab>About</Tab>
</TabList>
<TabPanel>
<TabPanel className="pl-4">
<h1 className="text-4xl font-semibold font-poppins">
{spot?.tourists_spot_name}
</h1>
Expand All @@ -107,7 +107,7 @@ export default function SingleSpot() {
visitors per year on average
</p>
</TabPanel>
<TabPanel>
<TabPanel className="pl-4">
<p className="font-poppins text-lg mb-3">
<span className="font-semibold mr-2">Country:</span> {spot?.country_Name}
</p>
Expand Down

0 comments on commit 80ec41c

Please sign in to comment.