diff --git a/posthog/year_in_posthog/2023.html b/posthog/year_in_posthog/2023.html index c5f7537be9240..29900e660e365 100644 --- a/posthog/year_in_posthog/2023.html +++ b/posthog/year_in_posthog/2023.html @@ -120,6 +120,10 @@ text-align: center; } + h2 { + margin: 1rem 0 0; + } + .flex { display: flex; } @@ -188,7 +192,7 @@ width: 100vw; display: flex; flex-direction: row; - z-index:9999; + z-index: 9999; align-items: center; } @@ -257,6 +261,11 @@ height: 326px; } + .badge.mini { + width: 163px; + height: 163px; + } + .stats { display: flex; flex-direction: row; @@ -272,6 +281,30 @@ font-size: 1.5rem; } + + .achievements-wrapper { + display: flex; + flex-direction: column; + justify-content: space-between; + width: 100%; + row-gap: 1rem; + } + + .achievements { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 100%; + row-gap: 1rem; + } + + .achievement { + display: flex; + flex-direction: column; + align-items: center; + font-size: 1.5rem; + } + .sharing { display: flex; flex-direction: row; @@ -374,12 +407,27 @@