Reduce the size of the Sapiens logo next to the search bar
Adjust the 'h-' class in Home.tsx from 'h-2' to 'h-[0.5rem]' to decrease the logo size. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 930e9607-8d85-4ad9-8702-a48ff4cef074 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/930e9607-8d85-4ad9-8702-a48ff4cef074/cYvjJgC
This commit is contained in:
@ -119,7 +119,7 @@ export default function Home() {
|
||||
<img
|
||||
src="/attached_assets/sapiens_black_logo.png?v=2"
|
||||
alt="SAPIENS"
|
||||
className="h-2 w-auto mt-0.5"
|
||||
className="h-[0.5rem] w-auto mt-0.5"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user