fixes #7
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<header class="mb-4 wompum-container wompum-container--wide-gap aspect-2/1 md:aspect-3/1">{{ partial "interview-wompum.html" . }}</header>
|
||||
|
||||
<div class="flex md:flex-row flex-col gap-4 mt-4">
|
||||
<aside class="md:sticky md:top-24 md:h-screen p-4 font-iosevka">
|
||||
<aside class="md:sticky md:top-24 md:h-screen p-4 font-iosevka max-w-sm">
|
||||
{{ $headshot := resources.GetMatch (printf "**/%s" (strings.TrimPrefix "/" .Params.headshot)) }}
|
||||
{{ if and .Params.headshot $headshot }}
|
||||
<div class="narrator__container -mt-24" data-text="{{ .Params.narrator }}">
|
||||
|
Reference in New Issue
Block a user