diff --git a/nixos-apps/ewanick.com/index.yaml b/nixos-apps/ewanick.com/index.yaml index a6c4bc6..8accb66 100644 --- a/nixos-apps/ewanick.com/index.yaml +++ b/nixos-apps/ewanick.com/index.yaml @@ -24,11 +24,15 @@ template: pandoc: rewriteClass: prose: max-w-prose mx-auto + # Centered photo photoframe-center: sm:w-3/4 md:w-1/2 mx-auto flex items-center justify-center + # Photo floating to right photoframe: w-full sm:w-64 float-right sm:ml-2 mb-2 sm:mb-0 border-2 p-1 bg-gray-50 + # Content immediately following a right-floated photo photoframe-below: clear-right + page-note: text-sm text-gray-600 flex items-center justify-center my-4 italic editor-note: text-gray-500 text-sm \ No newline at end of file