✨ center profile image, remove mt on print and format index
This commit is contained in:
@@ -9,7 +9,9 @@ interface Props {
|
||||
const { name, title, photo, details } = Astro.props;
|
||||
---
|
||||
|
||||
<header class="flex flex-col md:flex-row items-center gap-8 mb-4 mt-48">
|
||||
<header
|
||||
class="flex flex-col md:flex-row items-center gap-8 mb-4 mt-48 print:mt-4"
|
||||
>
|
||||
<div
|
||||
class="w-48 h-48 flex-shrink-0 overflow-hidden rounded-full border-4 border-gray-200 bg-gray-100"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user