mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: add subtitle and change photo alignment
This commit is contained in:
committed by
Stefan Imhoff
parent
eaa55ad8e1
commit
d0460fe6f9
@@ -37,7 +37,7 @@ rssPosts.sort(sortMarkdownByDate);
|
||||
{site.title}
|
||||
</PageTitle>
|
||||
<div
|
||||
class="col-start-1 col-end-19 md:col-start-1 md:col-end-11 xl:col-end-11 [&_div]:!border-x-0 [&_div]:!mbe-0 [&_div]:md:!border-s-0"
|
||||
class="col-start-1 col-end-19 md:col-start-3 md:col-end-10 xl:col-end-12 [&_div]:!border-x-0 [&_div]:!mbe-0 [&_div]:md:!border-s-0"
|
||||
>
|
||||
<Image
|
||||
alt="Bonsai"
|
||||
@@ -50,7 +50,7 @@ rssPosts.sort(sortMarkdownByDate);
|
||||
</div>
|
||||
|
||||
<article
|
||||
class="col-start-2 col-end-18 row-start-3 self-center md:col-start-12 md:row-start-2 xl:col-start-13 xl:col-end-17"
|
||||
class="col-start-2 col-end-18 row-start-3 self-center md:col-start-11 md:col-end-17 md:row-start-2 xl:col-start-13 xl:col-end-17"
|
||||
>
|
||||
<Headline>About Me</Headline>
|
||||
<AboutMe components={mapping} />
|
||||
|
||||
Reference in New Issue
Block a user