center profile image, remove mt on print and format index

This commit is contained in:
2026-08-29 17:29:58 +02:00
parent 4ca1c4d089
commit 82d2e2110c
4 changed files with 107 additions and 122 deletions
+3 -1
View File
@@ -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"
>