Menu

Log in
 

Send Your Secret Notes

JOU_150413_Anima_postcard_01

Anima book of 54 Postcards (A5 size), 
featuring by Melissa Sunjaya & Sébastien Théraulaz.

 Friends, lovers, or family across the continent deserve to read a loving message from you. Send them your thoughts the classic and candid way with the Anima book of 54 Postcards with the choices of characters of the four divine kingdoms.

JOU_150413_Anima_postcard_05

While ANIMA cards are perfect for playing traditional card games, divination, and storytelling, these A5 postcards are also ideal for crafting whimsical gift tags, secret notes, or special reminders.

JOU_150413_Anima_postcard_03

Photography by Michał Górzyński
Illustrations by Melissa Sunjaya & Sébastien Théraulaz

JOU_150413_Anima_postcard_06

JOU_150413_Anima_postcard_07

Comments

Create account Please note, comments need to be approved before they are published.

Related articles

Language

Language

Country/region

Country/region

``` ## 2. The Final Alignment Fix (The Absolute Last Resort) The fact that the $15px$ padding is ignored means your theme is likely using a zero-out style on the input's universal selector. Please insert this single, highly aggressive line of CSS into your **Global Custom CSS Area** (Theme Settings $\rightarrow$ Custom CSS) **after** restoring `theme.liquid`. This targets the input's visual start point directly, ignoring all padding rules: ```css /* FINAL ATTEMPT: Fix horizontal text alignment by overriding the left visual placement */ #comments input, #comments textarea, #comments label { text-indent: 15px !important; }