mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(website): max w 1/2 for elevator graphic (#6354)
This commit is contained in:
@@ -107,12 +107,14 @@ export default function ElevatorPitch() {
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
<Image
|
||||
src="/images/elevator-pitch.png"
|
||||
width={563}
|
||||
height={594}
|
||||
alt="Elevator pitch graphic"
|
||||
/>
|
||||
<div className="max-w-1/2">
|
||||
<Image
|
||||
src="/images/elevator-pitch.png"
|
||||
width={563}
|
||||
height={594}
|
||||
alt="Elevator pitch graphic"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user